arm64: dts: qcom: sdm845: align node names with DT schema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 28 Sep 2022 15:20:23 +0000 (17:20 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 18 Oct 2022 03:01:46 +0000 (22:01 -0500)
New slimbus DT schema expect only SLIMbus bus nodes to be named
"slimbus".  In case of Qualcomm SLIMbus NGD, the bus node is what was
called "ngd".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tested-by: Steev Klimaszewski <steev@kali.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220928152027.489543-8-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 17e7cd1d9c024cba71b74fd7e02cc735a92716e0..5f867b1a2df0f2096bfa380b3c07457f5b865d27 100644 (file)
                        status = "disabled";
                };
 
-               slim: slim@171c0000 {
+               slim: slim-ngd@171c0000 {
                        compatible = "qcom,slim-ngd-v2.1.0";
                        reg = <0 0x171c0000 0 0x2c000>;
                        interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       ngd@1 {
+                       slim@1 {
                                reg = <1>;
                                #address-cells = <2>;
                                #size-cells = <0>;