diff options
author | Roman Yeryomin <roman@advem.lv> | 2018-05-04 17:43:46 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-24 17:24:30 +0200 |
commit | f882f4474f5e4ae54728a8c60d9d1f664edee7e5 (patch) | |
tree | 1f1a5fb1a36b20aca6a8d36b9d8ac1cb3cdf0cb4 /target | |
parent | 9373836f9495979dfe0f88ada236f0b622854ec4 (diff) | |
download | upstream-f882f4474f5e4ae54728a8c60d9d1f664edee7e5.tar.gz upstream-f882f4474f5e4ae54728a8c60d9d1f664edee7e5.tar.bz2 upstream-f882f4474f5e4ae54728a8c60d9d1f664edee7e5.zip |
ipq40xx: fix ethernet on ap-dk01.1
Not sure how it worked before but ethernet is disabled
by default in ipq4019 dtsi.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
(cherry picked from commit 1f42deec8edac3e99f83f7343cbd4fec29333345)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq40xx/patches-4.14/864-09-dts-ipq4019-ap-dk01.1-enable-ethernet.patch | 25 |
1 files changed, 25 insertions, 0 deletions
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@90000 { ++ status = "okay"; ++ }; ++ ++ ess-switch@c000000 { ++ status = "okay"; ++ }; ++ ++ ess-psgmii@98000 { ++ status = "okay"; ++ }; ++ ++ edma@c080000 { ++ status = "okay"; ++ }; ++ + usb3_ss_phy: ssphy@9a000 { + status = "ok"; + }; |