Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: STi: DT: STiH416: Change miphy356 node name to phy@fe382000

Following Arnds review comments, update the miphy365 to follow the
common convention of naming the phy node names as phy@addr.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>

authored by

Peter Griffin and committed by
Maxime Coquelin
3ece2c2b f6b1e68a

+3 -3
+1 -1
arch/arm/boot/dts/stih416-b2020.dts
··· 20 20 non-removable; 21 21 }; 22 22 23 - miphy365x_phy: miphy365x@fe382000 { 23 + miphy365x_phy: phy@fe382000 { 24 24 phy_port0: port@fe382000 { 25 25 st,sata-gen = <3>; 26 26 };
+1 -1
arch/arm/boot/dts/stih416-b2020e.dts
··· 38 38 non-removable; 39 39 }; 40 40 41 - miphy365x_phy: miphy365x@fe382000 { 41 + miphy365x_phy: phy@fe382000 { 42 42 phy_port0: port@fe382000 { 43 43 st,sata-gen = <3>; 44 44 };
+1 -1
arch/arm/boot/dts/stih416.dtsi
··· 281 281 clocks = <&clk_s_a1_ls 8>; 282 282 }; 283 283 284 - miphy365x_phy: miphy365x@fe382000 { 284 + miphy365x_phy: phy@fe382000 { 285 285 compatible = "st,miphy365x-phy"; 286 286 st,syscfg = <&syscfg_rear>; 287 287 #address-cells = <1>;