arm64: dts: qcom: sm8450: fix soundwire controllers node name
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 6 Nov 2023 15:58:33 +0000 (16:58 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 7 Dec 2023 16:12:28 +0000 (08:12 -0800)
Fix the following dt bindings check:
arch/arm64/boot/dts/qcom/sm8450-hdk.dtb: soundwire-controller@31f0000: $nodename:0: 'soundwire-controller@31f0000' 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-sm8450-upstream-soundwire-bindings-fix-v1-1-41d4844a5a7d@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8450.dtsi

index 12e55a0..e5e8ce5 100644 (file)
                        #sound-dai-cells = <1>;
                };
 
-               swr4: soundwire-controller@31f0000 {
+               swr4: soundwire@31f0000 {
                        compatible = "qcom,soundwire-v1.7.0";
                        reg = <0 0x031f0000 0 0x2000>;
                        interrupts = <GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>;
                        #sound-dai-cells = <1>;
                };
 
-               swr1: soundwire-controller@3210000 {
+               swr1: soundwire@3210000 {
                        compatible = "qcom,soundwire-v1.7.0";
                        reg = <0 0x03210000 0 0x2000>;
                        interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
                        #sound-dai-cells = <1>;
                };
 
-               swr0: soundwire-controller@3250000 {
+               swr0: soundwire@3250000 {
                        compatible = "qcom,soundwire-v1.7.0";
                        reg = <0 0x03250000 0 0x2000>;
                        interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               swr2: soundwire-controller@33b0000 {
+               swr2: soundwire@33b0000 {
                        compatible = "qcom,soundwire-v1.7.0";
                        reg = <0 0x033b0000 0 0x2000>;
                        interrupts = <GIC_SPI 496 IRQ_TYPE_LEVEL_HIGH>,