arm64: dts: qcom: sc8280xp: correct Soundwire node name
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 7 Nov 2023 10:21:10 +0000 (11:21 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 7 Dec 2023 16:14:20 +0000 (08:14 -0800)
Soundwire Devicetree bindings expect the Soundwire controller device
node to be named just "soundwire":

  sc8280xp-lenovo-thinkpad-x13s.dtb: soundwire-controller@3210000: $nodename:0: 'soundwire-controller@3210000' does not match '^soundwire(@.*)?$'

Reported-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231107102111.16465-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8280xp.dtsi

index 3a44a171893a43ed65461d6df5fb50dd553464af..febf28356ff8b0a4a52de16ceda2ab1bdb1eca4d 100644 (file)
                        status = "disabled";
                };
 
-               swr1: soundwire-controller@3210000 {
+               swr1: soundwire@3210000 {
                        compatible = "qcom,soundwire-v1.6.0";
                        reg = <0 0x03210000 0 0x2000>;
                        interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               swr0: soundwire-controller@3250000 {
+               swr0: soundwire@3250000 {
                        reg = <0 0x03250000 0 0x2000>;
                        compatible = "qcom,soundwire-v1.6.0";
                        interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
                        #reset-cells = <1>;
                };
 
-               swr2: soundwire-controller@3330000 {
+               swr2: soundwire@3330000 {
                        compatible = "qcom,soundwire-v1.6.0";
                        reg = <0 0x03330000 0 0x2000>;
                        interrupts = <GIC_SPI 959 IRQ_TYPE_LEVEL_HIGH>,