diff options
author | Jacopo Mondi <jacopo+renesas@jmondi.org> | 2018-02-27 11:22:47 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-03-13 19:16:10 +0100 |
commit | 9c63dcd4df91687a8378d0af1c25429c5ef23a82 (patch) | |
tree | 6695c219ae932670edcc98f9f94d63062ffc19df /arch/arm64/boot | |
parent | b3635b18bba8fc6bd57b7747d97fc46afcf551b8 (diff) | |
download | linux-9c63dcd4df91687a8378d0af1c25429c5ef23a82.tar.bz2 |
arm64: dts: renesas: draak: Override EtherAVB phy-mode
As the PHY interface installed on the Draak board, provides TX
channel delay, 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 r8a77995 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')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts index 34c7f58417ba..d03f19414028 100644 --- a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts +++ b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts @@ -189,6 +189,7 @@ pinctrl-names = "default"; renesas,no-ether-link; phy-handle = <&phy0>; + phy-mode = "rgmii-txid"; status = "okay"; phy0: ethernet-phy@0 { |