diff options
author | Mans Rullgard <mans@mansr.com> | 2019-12-01 18:07:06 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-10 16:18:21 +0100 |
commit | c842b8c4ff9859f750447f3ca08f64b2ed23cebc (patch) | |
tree | 24177f1173aeb1789a61ae2b60a4db0698dac38d /arch/arm | |
parent | bus: ti-sysc: Fix missing force mstandby quirk handling (diff) | |
download | linux-c842b8c4ff9859f750447f3ca08f64b2ed23cebc.tar.xz linux-c842b8c4ff9859f750447f3ca08f64b2ed23cebc.zip |
ARM: dts: am335x-sancloud-bbe: fix phy mode
The phy mode should be rgmii-id. For some reason, it used to work with
rgmii-txid but doesn't any more.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am335x-sancloud-bbe.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-sancloud-bbe.dts b/arch/arm/boot/dts/am335x-sancloud-bbe.dts index 8678e6e35493..e5fdb7abb0d5 100644 --- a/arch/arm/boot/dts/am335x-sancloud-bbe.dts +++ b/arch/arm/boot/dts/am335x-sancloud-bbe.dts @@ -108,7 +108,7 @@ &cpsw_emac0 { phy-handle = <ðphy0>; - phy-mode = "rgmii-txid"; + phy-mode = "rgmii-id"; }; &i2c0 { |