From: Sergei Shtylyov Date: Wed, 14 Mar 2018 20:30:34 +0000 (+0300) Subject: arm64: dts: renesas: v3msk: add EtherAVB pins X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68d3b03fcb5a2e7c71b1e72c6d856e6030c4f2fd;p=linux.git arm64: dts: renesas: v3msk: add EtherAVB pins Add the (previously omitted) EtherAVB pin data to the V3M Starter Kit board's device tree. Signed-off-by: Sergei Shtylyov Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts b/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts index a8ceeac77992d..55aa01b663e56 100644 --- a/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts +++ b/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts @@ -32,6 +32,9 @@ }; &avb { + pinctrl-0 = <&avb_pins>; + pinctrl-names = "default"; + renesas,no-ether-link; phy-handle = <&phy0>; phy-mode = "rgmii-id"; @@ -52,6 +55,11 @@ }; &pfc { + avb_pins: avb0 { + groups = "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk"; + function = "avb0"; + }; + scif0_pins: scif0 { groups = "scif0_data"; function = "scif0";