diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-24 10:05:23 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-24 11:23:42 +0100 |
commit | b88ae628cbc924aa9403e208a000143bc7a4647b (patch) | |
tree | 1f3d25fa562c321c3d0125fdc392acc22bee8562 /target/linux/bmips/dts | |
parent | 66f087863391c4cdaaec8e3703acc9f4cf967843 (diff) | |
download | upstream-b88ae628cbc924aa9403e208a000143bc7a4647b.tar.gz upstream-b88ae628cbc924aa9403e208a000143bc7a4647b.tar.bz2 upstream-b88ae628cbc924aa9403e208a000143bc7a4647b.zip |
kernel: add more dsa b53 pending patches
These patches have now received a positive review upstream, so let's add them
to pending patches.
776-net-dsa-b53-mmap-add-phy-ops.patch:
This is mostly bmips/bcm63xx-specific to get external switches working
without hanging the device when accessing certain registers.
777-net-dsa-b53-mdio-add-support-for-BCM53134:
This adds support for BCM53134 switch on DSA B53, so any target using DSA B53
can benefit from it.
Also fix sercomm-h500-s external switch IMP port phy-mode.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts')
-rw-r--r-- | target/linux/bmips/dts/bcm63167-sercomm-h500-s.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bmips/dts/bcm63167-sercomm-h500-s.dtsi b/target/linux/bmips/dts/bcm63167-sercomm-h500-s.dtsi index c7edad8342..7368e9d496 100644 --- a/target/linux/bmips/dts/bcm63167-sercomm-h500-s.dtsi +++ b/target/linux/bmips/dts/bcm63167-sercomm-h500-s.dtsi @@ -155,7 +155,7 @@ port@8 { reg = <8>; - phy-mode = "rgmii"; + phy-mode = "rgmii-txid"; ethernet = <&switch0port4>; fixed-link { |