Skip to content

Commit

Permalink
ARM: dts: qcom: fix memory and mdio nodes naming for RB3011
Browse files Browse the repository at this point in the history
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
  • Loading branch information
okias authored and andersson committed Oct 24, 2021
1 parent 5ac80a7 commit 14a1f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down Expand Up @@ -91,7 +91,7 @@
};
};

mdio1: mdio@1 {
mdio1: mdio-1 {
status = "okay";
compatible = "virtual,mdio-gpio";
gpios = <&qcom_pinmux 11 GPIO_ACTIVE_HIGH>,
Expand Down

0 comments on commit 14a1f6c

Please sign in to comment.