mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
20024ab7c3
As of 6.6, all upstream DTSes are moved to their respective vendor subdir. OpenWrt already followed this practice for ARM64, but not yet for 32 bit ARM (Armada 37x/38x). Signed-off-by: Stijn Segers <foss@volatilesystems.org>
26 lines
480 B
Diff
26 lines
480 B
Diff
--- a/arch/arm/boot/dts/marvell/armada-385-linksys.dtsi
|
|
+++ b/arch/arm/boot/dts/marvell/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>;
|