diff options
author | Jacopo Mondi <jacopo+renesas@jmondi.org> | 2018-02-27 05:22:45 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-03-13 14:16:08 -0400 |
commit | 3438ff82ddbaa430ccfcc11fe877691a7e326ae0 (patch) | |
tree | c7014a9c968fcf841047814f6679927fa69436ff | |
parent | ba03b432f56e29a8ee639d9e9787da283b2ed09c (diff) |
arm64: dts: renesas: salvator-common: Override EtherAVB phy-mode
As the PHY interface installed on the Salvator-X[S] 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 r8a7795/96/965 SoC DTSI to use "rgmii"
mode and let the board files override that.
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm64/boot/dts/renesas/salvator-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi index 89cbb3b95acd..2a7f36abd2dd 100644 --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi +++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi | |||
@@ -256,6 +256,7 @@ | |||
256 | pinctrl-0 = <&avb_pins>; | 256 | pinctrl-0 = <&avb_pins>; |
257 | pinctrl-names = "default"; | 257 | pinctrl-names = "default"; |
258 | phy-handle = <&phy0>; | 258 | phy-handle = <&phy0>; |
259 | phy-mode = "rgmii-txid"; | ||
259 | status = "okay"; | 260 | status = "okay"; |
260 | 261 | ||
261 | phy0: ethernet-phy@0 { | 262 | phy0: ethernet-phy@0 { |