diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2014-11-17 17:48:00 +0100 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-11-18 12:54:56 +0100 |
commit | 3ece2c2be34f2fe6254b49dffa5815e2fc7f1b71 (patch) | |
tree | ad16d22282857013150a2464148b490dfa90000f /arch/arm/boot/dts/stih416-b2020.dts | |
parent | f6b1e68a29ca5471d0f89dce019040e5b021470f (diff) | |
download | blackbird-obmc-linux-3ece2c2be34f2fe6254b49dffa5815e2fc7f1b71.tar.gz blackbird-obmc-linux-3ece2c2be34f2fe6254b49dffa5815e2fc7f1b71.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/stih416-b2020.dts')
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih416-b2020.dts b/arch/arm/boot/dts/stih416-b2020.dts index 5d1543babf56..200a81844765 100644 --- a/arch/arm/boot/dts/stih416-b2020.dts +++ b/arch/arm/boot/dts/stih416-b2020.dts @@ -20,7 +20,7 @@ non-removable; }; - miphy365x_phy: miphy365x@fe382000 { + miphy365x_phy: phy@fe382000 { phy_port0: port@fe382000 { st,sata-gen = <3>; }; |