ARM: dts: qcom: fix memory and mdio nodes naming for RB3011
authorDavid Heidelberg <david@ixit.cz>
Wed, 20 Oct 2021 21:47:41 +0000 (23:47 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 24 Oct 2021 04:38:08 +0000 (23:38 -0500)
Fixes warnings regarding to memory and mdio nodes and
apply new naming following dt-schema.

Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211020214741.261509-1-david@ixit.cz
arch/arm/boot/dts/qcom-ipq8064-rb3011.dts

index f7ea2e5dd1914321fca6c6a95ab3da65ab697f9f..971d2e229260087448299fa3392a126a727fad7b 100644 (file)
                stdout-path = "serial0:115200n8";
        };
 
-       memory@0 {
+       memory@42000000 {
                reg = <0x42000000 0x3e000000>;
                device_type = "memory";
        };
 
-       mdio0: mdio@0 {
+       mdio0: mdio-0 {
                status = "okay";
                compatible = "virtual,mdio-gpio";
                gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH>,
@@ -91,7 +91,7 @@
                };
        };
 
-       mdio1: mdio@1 {
+       mdio1: mdio-1 {
                status = "okay";
                compatible = "virtual,mdio-gpio";
                gpios = <&qcom_pinmux 11 GPIO_ACTIVE_HIGH>,