diff options
author | David Heidelberg <david@ixit.cz> | 2021-10-21 00:47:41 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-10-24 07:38:08 +0300 |
commit | 14a1f6c9d8017ffbf388e82e1a1f023196d98612 (patch) | |
tree | b3eb7f9b651fc0d49083410c7d108c265f0519cb /arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | |
parent | 5ac80a76e609be4d1a82eaf6f4c1518ba3bb0a86 (diff) | |
download | linux-14a1f6c9d8017ffbf388e82e1a1f023196d98612.tar.xz |
ARM: dts: qcom: fix memory and mdio nodes naming for RB3011
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
Diffstat (limited to 'arch/arm/boot/dts/qcom-ipq8064-rb3011.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts b/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts index f7ea2e5dd191..971d2e229260 100644 --- a/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts +++ b/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts @@ -19,12 +19,12 @@ 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>, |