]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: rskrza1: add ethernet DT support
authorChris Brandt <chris.brandt@renesas.com>
Fri, 2 Sep 2016 01:40:12 +0000 (21:40 -0400)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 5 Sep 2016 12:32:40 +0000 (14:32 +0200)
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r7s72100-rskrza1.dts

index aabfa0459dc11e090f81ac111c05713b9c48c31a..e5dea5bb4032f1071780c511839db1f41369d421 100644 (file)
@@ -47,6 +47,15 @@ &mtu2 {
        status = "okay";
 };
 
+&ether {
+       status = "okay";
+       renesas,no-ether-link;
+       phy-handle = <&phy0>;
+       phy0: ethernet-phy@0 {
+               reg = <0>;
+       };
+};
+
 &scif2 {
        status = "okay";
 };