diff options
author | Franz Flasch <franz.flasch@gmx.at> | 2018-05-17 11:51:38 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-06-25 20:52:18 +0200 |
commit | abb7524683cbc0185ee2d0b590c045065de354b7 (patch) | |
tree | 736aec07b5335b6cf54e826bfcf475441538ac01 /target/linux | |
parent | d4ac26ec4920036fe15414e47a0f1a3df6e8b9fb (diff) | |
download | upstream-abb7524683cbc0185ee2d0b590c045065de354b7.tar.gz upstream-abb7524683cbc0185ee2d0b590c045065de354b7.tar.bz2 upstream-abb7524683cbc0185ee2d0b590c045065de354b7.zip |
ramips: fix ZyXEL Keenetic Viva switch config
The rtl8367b driver never supported a mdio property and it is quite
likely that the switch never worked for the board.
Use the mii-bus property instead to manage the switch via a mdio bus.
Signed-off-by: Franz Flasch <franz.flasch@gmx.at>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/kng_rc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/kng_rc.dts b/target/linux/ramips/dts/kng_rc.dts index 8d74595b99..2d0582d080 100644 --- a/target/linux/ramips/dts/kng_rc.dts +++ b/target/linux/ramips/dts/kng_rc.dts @@ -78,7 +78,7 @@ compatible = "realtek,rtl8367b"; cpu_port = <7>; realtek,extif2 = <1 0 1 1 1 1 1 1 2>; - mdio = <&mdio0>; + mii-bus = <&mdio0>; }; }; |