diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-10 10:06:22 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-10 10:06:22 +0200 |
commit | 457549665fcb93667453ef48c50bf43eddd776ef (patch) | |
tree | c02a88cf575365e7e2c4114a1a3c9b0d314aa3b8 /target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts | |
parent | 2c824b461510c216429e91e55b2de96952c42690 (diff) | |
download | upstream-457549665fcb93667453ef48c50bf43eddd776ef.tar.gz upstream-457549665fcb93667453ef48c50bf43eddd776ef.tar.bz2 upstream-457549665fcb93667453ef48c50bf43eddd776ef.zip |
bmips: dts: add missing phy modes
PHY modes should be defined in the device tree for the bcm63xx internal switch.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts')
-rw-r--r-- | target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts b/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts index 47db0809e1..df6ee5eadd 100644 --- a/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts +++ b/target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts @@ -170,6 +170,7 @@ label = "lan1"; phy-handle = <&phy1>; + phy-mode = "mii"; }; port@1 { @@ -177,6 +178,7 @@ label = "lan2"; phy-handle = <&phy2>; + phy-mode = "mii"; }; port@2 { @@ -184,6 +186,7 @@ label = "lan3"; phy-handle = <&phy3>; + phy-mode = "mii"; }; port@3 { @@ -191,6 +194,7 @@ label = "lan4"; phy-handle = <&phy4>; + phy-mode = "mii"; }; }; }; |