From: Sergei Shtylyov Date: Wed, 14 Mar 2018 19:58:33 +0000 (+0300) Subject: arm64: dts: renesas: eagle: add EtherAVB pins X-Git-Tag: v4.18-rc1~48^2~1^2~65 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=1119cffef3bf69e4904f5ea690dcbf70e3372d58;p=linux.git arm64: dts: renesas: eagle: add EtherAVB pins Add the (previously omitted) EtherAVB pin data to the Eagle board's device tree. Signed-off-by: Sergei Shtylyov Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts index ebfbb51ab168..b800a119753b 100644 --- a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts +++ b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts @@ -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";