[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240816-midas-audio-tab3-v2-2-48ee7f2293b3@gmail.com>
Date: Fri, 16 Aug 2024 09:50:59 +0200
From: Artur Weber <aweber.kernel@...il.com>
To: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Alim Akhtar <alim.akhtar@...sung.com>
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-sound@...r.kernel.org, ~postmarketos/upstreaming@...ts.sr.ht,
Artur Weber <aweber.kernel@...il.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Subject: [PATCH RESEND v2 2/6] ASoC: dt-bindings: midas-audio: Add separate
compatible for tab3 audio
Unlike the Midas, the Galaxy Tab 3 8.0 does not have a main/sub mic
bias regulator, but it does have a separate headset mic bias regulator.
Add a new compatible for the Tab 3's audio and declare required
regulators separately based on the provided compatible.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Signed-off-by: Artur Weber <aweber.kernel@...il.com>
---
.../bindings/sound/samsung,midas-audio.yaml | 30 +++++++++++++++++++---
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml b/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml
index 5483421a6fd3..cb6105a6b216 100644
--- a/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml
+++ b/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml
@@ -11,7 +11,11 @@ maintainers:
properties:
compatible:
- const: samsung,midas-audio
+ oneOf:
+ - const: samsung,midas-audio
+ - items:
+ - const: samsung,tab3-audio
+ - const: samsung,midas-audio
cpu:
type: object
@@ -96,8 +100,6 @@ required:
- cpu
- codec
- audio-routing
- - mic-bias-supply
- - submic-bias-supply
allOf:
- $ref: sound-card-common.yaml#
@@ -125,6 +127,28 @@ allOf:
required:
- samsung,headset-button-threshold-microvolt
+ - if:
+ properties:
+ compatible:
+ const: samsung,midas-audio
+
+ then:
+ required:
+ - mic-bias-supply
+ - submic-bias-supply
+
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: samsung,tab3-audio
+
+ then:
+ required:
+ - headset-mic-bias-supply
+ - headset-detect-gpios
+ - headset-key-gpios
+
unevaluatedProperties: false
examples:
--
2.46.0
Powered by blists - more mailing lists