Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Rob Herring (Arm) and committed by
Mark Brown
101b9826 5b577d21

+9
+9
Documentation/devicetree/bindings/sound/realtek,rt5640.yaml
··· 47 47 reg: 48 48 maxItems: 1 49 49 50 + clocks: 51 + maxItems: 1 52 + 53 + clock-names: 54 + const: mclk 55 + 50 56 interrupts: 51 57 maxItems: 1 52 58 description: The CODEC's interrupt output. ··· 126 120 - 1 # Scale current by 0.75 127 121 - 2 # Scale current by 1.0 128 122 - 3 # Scale current by 1.5 123 + 124 + port: 125 + $ref: /schemas/graph.yaml#/properties/port 129 126 130 127 required: 131 128 - compatible