mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-16 22:56:59 +08:00

* kernel: bump 5.4 to 5.4.79 * ramips: add mt7620-nand driver for NAND flash This add the mt7620-nand driver and enable nand ubifs for subtarget mt7620 Signed-off-by: Chen Minqiang <ptpt52@gmail.com> Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
26 lines
464 B
Diff
26 lines
464 B
Diff
--- a/arch/arm/boot/dts/armada-385-linksys.dtsi
|
|
+++ b/arch/arm/boot/dts/armada-385-linksys.dtsi
|
|
@@ -116,7 +116,7 @@
|
|
};
|
|
|
|
ð2 {
|
|
- status = "okay";
|
|
+ status = "disabled";
|
|
phy-mode = "sgmii";
|
|
buffer-manager = <&bm>;
|
|
bm,pool-long = <2>;
|
|
@@ -200,10 +200,10 @@
|
|
label = "wan";
|
|
};
|
|
|
|
- port@5 {
|
|
- reg = <5>;
|
|
+ port@6 {
|
|
+ reg = <6>;
|
|
label = "cpu";
|
|
- ethernet = <ð2>;
|
|
+ ethernet = <ð0>;
|
|
|
|
fixed-link {
|
|
speed = <1000>;
|