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: use "soundwire" as controller's node name in examples

Soundwire Devicetree bindings expect the Soundwire controller device
node to be named just "soundwire". Correct examples, so the incorrect
code will not be re-used.

Reported-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231107101610.13728-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
dc29d3d2 c239b793

+3 -3
+1 -1
Documentation/devicetree/bindings/sound/adi,max98363.yaml
··· 39 39 40 40 examples: 41 41 - | 42 - soundwire-controller@3250000 { 42 + soundwire@3250000 { 43 43 #address-cells = <2>; 44 44 #size-cells = <0>; 45 45 reg = <0x3250000 0x2000>;
+1 -1
Documentation/devicetree/bindings/sound/qcom,wsa883x.yaml
··· 52 52 - | 53 53 #include <dt-bindings/gpio/gpio.h> 54 54 55 - soundwire-controller@3250000 { 55 + soundwire@3250000 { 56 56 #address-cells = <2>; 57 57 #size-cells = <0>; 58 58 reg = <0x3250000 0x2000>;
+1 -1
Documentation/devicetree/bindings/sound/qcom,wsa8840.yaml
··· 48 48 - | 49 49 #include <dt-bindings/gpio/gpio.h> 50 50 51 - soundwire-controller { 51 + soundwire { 52 52 #address-cells = <2>; 53 53 #size-cells = <0>; 54 54