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

ASoC: dt-bindings: document audio of graph port for cs42l51

When linking the CS42L51 to another DAI component, according
to audio graph cards bindings, an OF graph port property is expected
in the node. Document the port property.

Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230606115605.1633595-3-olivier.moysan@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Olivier Moysan and committed by
Mark Brown
fe748da7 401ec2b8

+11
+11
Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml
··· 44 44 VAHP-supply: 45 45 description: phandle to voltage regulator of headphone 46 46 47 + port: 48 + $ref: audio-graph-port.yaml# 49 + unevaluatedProperties: false 50 + 47 51 required: 48 52 - compatible 49 53 - reg ··· 73 69 VA-supply = <&reg_audio>; 74 70 VAHP-supply = <&reg_audio>; 75 71 reset-gpios = <&gpiog 9 GPIO_ACTIVE_LOW>; 72 + 73 + /* assume audio-graph */ 74 + port { 75 + cpu_endpoint: endpoint { 76 + remote-endpoint = <&cpu_endpoint>; 77 + }; 78 + }; 76 79 }; 77 80 }; 78 81 ...