aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-arm2.dts
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-02 14:39:26 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-05-11 15:08:24 +0800
commit0c456cfa7ef3f02cb077a2883bd9f5ad1cde3761 (patch)
treea213511b6c35024e682a3e35205ee670a7bba399 /arch/arm/boot/dts/imx6q-arm2.dts
parent4592a96591f1659d910b46101d3f425263cfb0df (diff)
ARM: imx: rename uart and fec device tree nodes
It has been pointed out by device tree maintainer for several times that the generic names 'serial' and 'ethernet' should be used for those devices per ePAPR. Renames imx uart and fec device tree nodes to stop them being bad examples. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-arm2.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-arm2.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6q-arm2.dts b/arch/arm/boot/dts/imx6q-arm2.dts
index 1b2b64fd1205..9c468d2338f3 100644
--- a/arch/arm/boot/dts/imx6q-arm2.dts
+++ b/arch/arm/boot/dts/imx6q-arm2.dts
@@ -23,7 +23,7 @@
soc {
aips-bus@02100000 { /* AIPS2 */
- enet@02188000 {
+ ethernet@02188000 {
phy-mode = "rgmii";
local-mac-address = [00 04 9F 01 1B 61];
status = "okay";
@@ -42,7 +42,7 @@
status = "okay";
};
- uart4: uart@021f0000 {
+ uart4: serial@021f0000 {
status = "okay";
};
};