diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2018-03-14 20:58:33 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-05-16 10:44:30 +0200 |
commit | 1119cffef3bf69e4904f5ea690dcbf70e3372d58 (patch) | |
tree | 90ca4a0d8eaad88b32f46bef605d7dc6dc0e46b7 /arch/arm64 | |
parent | arm64: dts: renesas: ulcb: Rename EtherAVB "mdc" pin group to "mdio" (diff) | |
download | linux-1119cffef3bf69e4904f5ea690dcbf70e3372d58.tar.xz linux-1119cffef3bf69e4904f5ea690dcbf70e3372d58.zip |
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 <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ }; &avb { + pinctrl-0 = <&avb_pins>; + pinctrl-names = "default"; + renesas,no-ether-link; phy-handle = <&phy0>; phy-mode = "rgmii-id"; @@ -148,6 +151,11 @@ }; &pfc { + avb_pins: avb0 { + groups = "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk"; + function = "avb0"; + }; + i2c0_pins: i2c0 { groups = "i2c0"; function = "i2c0"; |