OSDN Git Service

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 ebfbb51..b800a11 100644 (file)
@@ -79,6 +79,9 @@
 };
 
 &avb {
+       pinctrl-0 = <&avb_pins>;
+       pinctrl-names = "default";
+
        renesas,no-ether-link;
        phy-handle = <&phy0>;
        phy-mode = "rgmii-id";
 };
 
 &pfc {
+       avb_pins: avb0 {
+               groups = "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk";
+               function = "avb0";
+       };
+
        i2c0_pins: i2c0 {
                groups = "i2c0";
                function = "i2c0";