OSDN Git Service

arm64: dts: renesas: v3msk: add EtherAVB pins
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Wed, 14 Mar 2018 20:30:34 +0000 (23:30 +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 V3M Starter Kit
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-v3msk.dts

index a8ceeac..55aa01b 100644 (file)
@@ -32,6 +32,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";
+       };
+
        scif0_pins: scif0 {
                groups = "scif0_data";
                function = "scif0";