]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: renesas: eagle: add EtherAVB pins
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Wed, 14 Mar 2018 19:58:33 +0000 (22:58 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 16 May 2018 08:44:30 +0000 (10:44 +0200)
Add the (previously omitted) EtherAVB pin data to the Eagle board's
device tree.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77970-eagle.dts

index ebfbb51ab16887e0b1052981590a46dd0a635fee..b800a119753bd3e28f6deb40e78d5df6a72b48e7 100644 (file)
@@ -79,6 +79,9 @@ thc63lvd1024_out: endpoint {
 };
 
 &avb {
+       pinctrl-0 = <&avb_pins>;
+       pinctrl-names = "default";
+
        renesas,no-ether-link;
        phy-handle = <&phy0>;
        phy-mode = "rgmii-id";
@@ -148,6 +151,11 @@ adv7511_out: endpoint {
 };
 
 &pfc {
+       avb_pins: avb0 {
+               groups = "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk";
+               function = "avb0";
+       };
+
        i2c0_pins: i2c0 {
                groups = "i2c0";
                function = "i2c0";