Skip to content

Commit 14a1f6c

Browse files
okiasandersson
authored andcommitted
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 <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5ac80a7 commit 14a1f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/boot/dts/qcom-ipq8064-rb3011.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
stdout-path = "serial0:115200n8";
2020
};
2121

22-
memory@0 {
22+
memory@42000000 {
2323
reg = <0x42000000 0x3e000000>;
2424
device_type = "memory";
2525
};
2626

27-
mdio0: mdio@0 {
27+
mdio0: mdio-0 {
2828
status = "okay";
2929
compatible = "virtual,mdio-gpio";
3030
gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH>,
@@ -91,7 +91,7 @@
9191
};
9292
};
9393

94-
mdio1: mdio@1 {
94+
mdio1: mdio-1 {
9595
status = "okay";
9696
compatible = "virtual,mdio-gpio";
9797
gpios = <&qcom_pinmux 11 GPIO_ACTIVE_HIGH>,

0 commit comments

Comments
 (0)