Skip to content

Commit 101b982

Browse files
robherringbroonie
authored andcommitted
ASoC: dt-bindings: realtek,rt5640: Add missing properties/node
The RT5640 has an MCLK pin and several users already define a clocks entry. A 'port' node is also in use and a common node for codecs. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20260108215307.1138515-1-robh@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 5b577d2 commit 101b982

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Documentation/devicetree/bindings/sound/realtek,rt5640.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ properties:
4747
reg:
4848
maxItems: 1
4949

50+
clocks:
51+
maxItems: 1
52+
53+
clock-names:
54+
const: mclk
55+
5056
interrupts:
5157
maxItems: 1
5258
description: The CODEC's interrupt output.
@@ -121,6 +127,9 @@ properties:
121127
- 2 # Scale current by 1.0
122128
- 3 # Scale current by 1.5
123129

130+
port:
131+
$ref: /schemas/graph.yaml#/properties/port
132+
124133
required:
125134
- compatible
126135
- reg

0 commit comments

Comments
 (0)