[OpenWrt-Devel] [PATCH] ipq40xx: fix ethernet on ap-dk01.1

Roman Yeryomin roman at advem.lv
Fri May 4 10:43:46 EDT 2018


Not sure how it worked before but ethernet is disabled
by default in ipq4019 dtsi.

Signed-off-by: Roman Yeryomin <roman at advem.lv>
---
 ...-09-dts-ipq4019-ap-dk01.1-enable-ethernet.patch | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 target/linux/ipq40xx/patches-4.14/864-09-dts-ipq4019-ap-dk01.1-enable-ethernet.patch

diff --git a/target/linux/ipq40xx/patches-4.14/864-09-dts-ipq4019-ap-dk01.1-enable-ethernet.patch b/target/linux/ipq40xx/patches-4.14/864-09-dts-ipq4019-ap-dk01.1-enable-ethernet.patch
new file mode 100644
index 0000000000..625c18dcc8
--- /dev/null
+++ b/target/linux/ipq40xx/patches-4.14/864-09-dts-ipq4019-ap-dk01.1-enable-ethernet.patch
@@ -0,0 +1,25 @@
+--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
++++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
+@@ -121,6 +121,22 @@
+ 			status = "ok";
+ 		};
+ 
++		mdio at 90000 {
++			status = "okay";
++		};
++
++		ess-switch at c000000 {
++			status = "okay";
++		};
++
++		ess-psgmii at 98000 {
++			status = "okay";
++		};
++
++		edma at c080000 {
++			status = "okay";
++		};
++
+ 		usb3_ss_phy: ssphy at 9a000 {
+ 			status = "ok";
+ 		};
-- 
2.14.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list