diff options
| author | Mark Brown <broonie@kernel.org> | 2026-01-13 17:16:27 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-13 17:16:27 +0000 |
| commit | bc5a847a80d45b1f77c60c738e05521f0dee453c (patch) | |
| tree | 62465e0b489c860528b5c64f2b5520966a62005c /Documentation/devicetree | |
| parent | 8e29db1b08808f709231e6fd4c79dcdee5b17a17 (diff) | |
| parent | b540b4e157c4b24d0501e5e50ffba598d066de42 (diff) | |
ASoC: dt-bindings: realtek,rt5640: Various fixes
Merge series from Jon Hunter <jonathanh@nvidia.com>:
This series includes fixes for the realtek,rt5640 dt-binding to address
a few warnings that are observed when running the CHECK_DTBS=y for some
DTBs that use this codec.
Diffstat (limited to 'Documentation/devicetree')
| -rw-r--r-- | Documentation/devicetree/bindings/sound/realtek,rt5640.yaml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/realtek,rt5640.yaml b/Documentation/devicetree/bindings/sound/realtek,rt5640.yaml index cd95d7189d34..02591d6be12b 100644 --- a/Documentation/devicetree/bindings/sound/realtek,rt5640.yaml +++ b/Documentation/devicetree/bindings/sound/realtek,rt5640.yaml @@ -44,6 +44,14 @@ properties: - realtek,rt5640 - realtek,rt5639 + clocks: + items: + - description: phandle and clock specifier for codec MCLK. + + clock-names: + items: + - const: mclk + reg: maxItems: 1 @@ -104,7 +112,7 @@ properties: - 4 # Use GPIO2 for jack-detect - 5 # Use GPIO3 for jack-detect - 6 # Use GPIO4 for jack-detect - - 7 # HDA? + - 7 # Use HDA header for jack-detect realtek,jack-detect-not-inverted: description: @@ -129,7 +137,8 @@ properties: - 3 # Scale current by 1.5 port: - $ref: /schemas/graph.yaml#/properties/port + $ref: audio-graph-port.yaml# + unevaluatedProperties: false required: - compatible |
