diff options
author | Jacopo Mondi <jacopo+renesas@jmondi.org> | 2018-02-27 11:22:48 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-03-13 19:16:10 +0100 |
commit | e5daa084cc9f6019a905785f0dfd1ffb146a519a (patch) | |
tree | 039069e257707eff9b2b15b76306f317de7cd618 /arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | |
parent | 9c63dcd4df91687a8378d0af1c25429c5ef23a82 (diff) |
arm64: dts: renesas: eagle: Override EtherAVB phy-mode
As the PHY interface installed on the Eagle board provides TX and RX
channels delays, make the "phy-mode" property a board-specific one,
meant to override the one specified in the SoC DTSI.
Follow up patches will reset the r8a77970 SoC DTSI to use "rgmii" mode
and let the board file override that.
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/boot/dts/renesas/r8a77970-eagle.dts')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts index cb4bd40584cf..fd3448deb714 100644 --- a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts +++ b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts @@ -36,6 +36,7 @@ &avb { renesas,no-ether-link; phy-handle = <&phy0>; + phy-mode = "rgmii-id"; status = "okay"; phy0: ethernet-phy@0 { |