Commit f92d9dc7 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: shmobile: marzen dts: Use generic names for device nodes

lan0 -> ethernet
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 69478b20
...@@ -42,10 +42,10 @@ fixedregulator3v3: fixedregulator@0 { ...@@ -42,10 +42,10 @@ fixedregulator3v3: fixedregulator@0 {
regulator-always-on; regulator-always-on;
}; };
lan0@18000000 { ethernet@18000000 {
compatible = "smsc,lan9220", "smsc,lan9115"; compatible = "smsc,lan9220", "smsc,lan9115";
reg = <0x18000000 0x100>; reg = <0x18000000 0x100>;
pinctrl-0 = <&lan0_pins>; pinctrl-0 = <&ethernet_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-mode = "mii"; phy-mode = "mii";
...@@ -176,7 +176,7 @@ du1 { ...@@ -176,7 +176,7 @@ du1 {
}; };
}; };
lan0_pins: lan0 { ethernet_pins: ethernet {
intc { intc {
renesas,groups = "intc_irq1_b"; renesas,groups = "intc_irq1_b";
renesas,function = "intc"; renesas,function = "intc";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment