arm64: dts: qcom: sm8550: fix soundwire controllers node name
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 6 Nov 2023 14:23:57 +0000 (15:23 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 7 Dec 2023 16:12:02 +0000 (08:12 -0800)
Fix the following dt bindings check:
arch/arm64/boot/dts/qcom/sm8550-mtp.dtb: soundwire-controller@6ab0000: $nodename:0: 'soundwire-controller@6ab0000' does not match '^soundwire(@.*)?$'
from schema $id: http://devicetree.org/schemas/soundwire/qcom,soundwire.yaml#

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231106-topic-sm8550-upstream-soundwire-bindings-fix-v1-1-4ded91c805a1@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8550.dtsi

index 7310a2a19f01a7cb5d0e975291f0e74e33511ad8..2fec3768c48244e2d77bf1212d5b011e139803cf 100644 (file)
                        #sound-dai-cells = <1>;
                };
 
-               swr3: soundwire-controller@6ab0000 {
+               swr3: soundwire@6ab0000 {
                        compatible = "qcom,soundwire-v2.0.0";
                        reg = <0 0x06ab0000 0 0x10000>;
                        interrupts = <GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>;
                        #sound-dai-cells = <1>;
                };
 
-               swr1: soundwire-controller@6ad0000 {
+               swr1: soundwire@6ad0000 {
                        compatible = "qcom,soundwire-v2.0.0";
                        reg = <0 0x06ad0000 0 0x10000>;
                        interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
                        #sound-dai-cells = <1>;
                };
 
-               swr0: soundwire-controller@6b10000 {
+               swr0: soundwire@6b10000 {
                        compatible = "qcom,soundwire-v2.0.0";
                        reg = <0 0x06b10000 0 0x10000>;
                        interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               swr2: soundwire-controller@6d30000 {
+               swr2: soundwire@6d30000 {
                        compatible = "qcom,soundwire-v2.0.0";
                        reg = <0 0x06d30000 0 0x10000>;
                        interrupts = <GIC_SPI 496 IRQ_TYPE_LEVEL_HIGH>,