diff options
author | Roman Yeryomin <roman@advem.lv> | 2017-10-30 01:19:02 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-10-30 01:19:02 +0200 |
commit | 97a836318f06291ec28129fa7d32e28136a9a210 (patch) | |
tree | f40f002e8f5028b857bc34c2a26c6a93ad4816a4 /target/linux/ipq806x/patches-4.9 | |
parent | 45b1042a0a0dcdf5b1738a9889fb95cd3241c63d (diff) | |
download | upstream-97a836318f06291ec28129fa7d32e28136a9a210.tar.gz upstream-97a836318f06291ec28129fa7d32e28136a9a210.tar.bz2 upstream-97a836318f06291ec28129fa7d32e28136a9a210.zip |
ipq806x: ipq4019: dts: move ap-dk01 networking entries to dtsi
That is mdio/ethernet and wifi are present on all ap-dk01 boards.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/ipq806x/patches-4.9')
-rw-r--r-- | target/linux/ipq806x/patches-4.9/864-04-dts-ipq4019-ap-dk01-add-network-nodes-to-dtsi.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/ipq806x/patches-4.9/864-04-dts-ipq4019-ap-dk01-add-network-nodes-to-dtsi.patch b/target/linux/ipq806x/patches-4.9/864-04-dts-ipq4019-ap-dk01-add-network-nodes-to-dtsi.patch new file mode 100644 index 0000000000..02a102e37f --- /dev/null +++ b/target/linux/ipq806x/patches-4.9/864-04-dts-ipq4019-ap-dk01-add-network-nodes-to-dtsi.patch @@ -0,0 +1,32 @@ +--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi ++++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi +@@ -136,5 +136,29 @@ + usb2: usb2@60f8800 { + status = "ok"; + }; ++ ++ mdio@90000 { ++ status = "okay"; ++ }; ++ ++ ess-switch@c000000 { ++ status = "okay"; ++ }; ++ ++ ess-psgmii@98000 { ++ status = "okay"; ++ }; ++ ++ edma@c080000 { ++ status = "okay"; ++ }; ++ ++ wifi@a000000 { ++ status = "okay"; ++ }; ++ ++ wifi@a800000 { ++ status = "okay"; ++ }; + }; + }; |