diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-12 07:05:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-12 07:05:56 +0100 |
commit | d320dc9782fca83c106b023cb09fc89808157152 (patch) | |
tree | 4296393ce28a4af0240de90ea12a4c0d21fcd6b0 /target/linux/patches/5.15.178/enable-ethernet-bpi-m2-plus.patch | |
parent | 825678e2035ef0300171676f972e4cdf0af3ae4f (diff) |
linux: update to 5.15.177
Diffstat (limited to 'target/linux/patches/5.15.178/enable-ethernet-bpi-m2-plus.patch')
-rw-r--r-- | target/linux/patches/5.15.178/enable-ethernet-bpi-m2-plus.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/patches/5.15.178/enable-ethernet-bpi-m2-plus.patch b/target/linux/patches/5.15.178/enable-ethernet-bpi-m2-plus.patch new file mode 100644 index 000000000..7e9abd9ce --- /dev/null +++ b/target/linux/patches/5.15.178/enable-ethernet-bpi-m2-plus.patch @@ -0,0 +1,15 @@ +diff -Nur linux-6.0.11.orig/arch/arm/boot/dts/sunxi-h3-h5.dtsi linux-6.0.11/arch/arm/boot/dts/sunxi-h3-h5.dtsi +--- linux-6.0.11.orig/arch/arm/boot/dts/sunxi-h3-h5.dtsi 2022-12-02 17:43:18.000000000 +0100 ++++ linux-6.0.11/arch/arm/boot/dts/sunxi-h3-h5.dtsi 2022-12-19 08:06:16.836436057 +0100 +@@ -532,7 +532,10 @@ + reset-names = "stmmaceth"; + clocks = <&ccu CLK_BUS_EMAC>; + clock-names = "stmmaceth"; +- status = "disabled"; ++ status = "okay"; ++ phy-handle = <&int_mii_phy>; ++ phy-mode = "mii"; ++ allwinner,leds-active-low; + + mdio: mdio { + #address-cells = <1>; |