Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -42,10 +42,10 @@
		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 @@
		};
		};
	};
	};


	lan0_pins: lan0 {
	ethernet_pins: ethernet {
		intc {
		intc {
			renesas,groups = "intc_irq1_b";
			renesas,groups = "intc_irq1_b";
			renesas,function = "intc";
			renesas,function = "intc";