[PATCH 1/6] ASoC: dt-bindings: es8316: Document everest,jack-detect-inverted property

Hongyang Zhao posted 6 patches 1 month ago
There is a newer version of this series
[PATCH 1/6] ASoC: dt-bindings: es8316: Document everest,jack-detect-inverted property
Posted by Hongyang Zhao 1 month ago
The es8316 codec driver already supports the everest,jack-detect-inverted
property to invert the jack detection logic, but it was not documented in
the devicetree binding. Add the missing property documentation.

Signed-off-by: Hongyang Zhao <hongyang.zhao@thundersoft.com>
---
 Documentation/devicetree/bindings/sound/everest,es8316.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/everest,es8316.yaml b/Documentation/devicetree/bindings/sound/everest,es8316.yaml
index fe5d938ca310..a0a4c1c99cf3 100644
--- a/Documentation/devicetree/bindings/sound/everest,es8316.yaml
+++ b/Documentation/devicetree/bindings/sound/everest,es8316.yaml
@@ -60,6 +60,11 @@ properties:
   "#sound-dai-cells":
     const: 0
 
+  everest,jack-detect-inverted:
+    $ref: /schemas/types.yaml#/definitions/flag
+    description:
+      Defined to invert the jack detection.
+
 required:
   - compatible
   - reg

-- 
2.43.0
Re: [PATCH 1/6] ASoC: dt-bindings: es8316: Document everest,jack-detect-inverted property
Posted by Krzysztof Kozlowski 1 month ago
On Thu, Mar 05, 2026 at 01:47:42PM +0800, Hongyang Zhao wrote:
> The es8316 codec driver already supports the everest,jack-detect-inverted

... since commit foobar ...

> property to invert the jack detection logic, but it was not documented in
> the devicetree binding. Add the missing property documentation.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof