]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sdm845: move sound node out of soc
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 10 Dec 2022 11:57:03 +0000 (12:57 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 28 Dec 2022 04:05:58 +0000 (22:05 -0600)
The sound node is not a property of a soc, but rather board as it
describes the sound configuration.  It also does not have unit address:

  sdm845-shift-axolotl.dtb: soc@0: sound: {} should not be valid under {'type': 'object'}

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221210115704.97614-3-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 99c3f3e74d0965ce6e709d20ffcd5898815eb7e0..0399fbbff7787bd14d26d625633898fe2e24724b 100644 (file)
                        #interrupt-cells = <1>;
                };
 
-               sound: sound {
-               };
-
                usb_1_hsphy: phy@88e2000 {
                        compatible = "qcom,sdm845-qusb2-phy", "qcom,qusb2-v2-phy";
                        reg = <0 0x088e2000 0 0x400>;
                };
        };
 
+       sound: sound {
+       };
+
        thermal-zones {
                cpu0-thermal {
                        polling-delay-passive = <250>;