diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-29 16:17:04 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-29 16:26:42 +0200 |
commit | cd64353bd6724207994d80826f596c7f55528c6b (patch) | |
tree | 6c9d94918f35e73b36ba58141a956883c21ee80f /target/linux/bmips/dts | |
parent | 7472476aef263bbf49b19d084875caddb7fe8f2a (diff) | |
download | upstream-cd64353bd6724207994d80826f596c7f55528c6b.tar.gz upstream-cd64353bd6724207994d80826f596c7f55528c6b.tar.bz2 upstream-cd64353bd6724207994d80826f596c7f55528c6b.zip |
bmips: bcm6348-enet: add PHY support
We should ensure that the PHY is properly configured.
This is specially needed in devices using the internal PHY for ethernet0.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts')
-rw-r--r-- | target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts index 2ad9460a9c..273470b1bd 100644 --- a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts +++ b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts @@ -145,6 +145,13 @@ nvmem-cells = <&macaddr_cfe_6a0>; nvmem-cell-names = "mac-address"; + + phy-mode = "mii"; + + fixed-link { + speed = <100>; + full-duplex; + }; }; &iudma { |