ipq40xx: move dts file patches to end of series
authorJohn Crispin <john@phrozen.org>
Tue, 24 Jul 2018 14:02:20 +0000 (16:02 +0200)
committerJohn Crispin <john@phrozen.org>
Wed, 25 Jul 2018 10:00:21 +0000 (12:00 +0200)
Signed-off-by: John Crispin <john@phrozen.org>
target/linux/ipq40xx/patches-4.14/069-arm-boot-add-dts-files.patch [deleted file]
target/linux/ipq40xx/patches-4.14/864-03-dts-ipq4019-ap-dk01-add-tcsr-config-to-dtsi.patch [deleted file]
target/linux/ipq40xx/patches-4.14/864-05-dts-ipq4019-ap-dk01-remove-spi-chip-node-from-dtsi.patch [deleted file]
target/linux/ipq40xx/patches-4.14/864-07-dts-ipq4019-ap-dk01.1-c1-add-spi-and-ram-nodes.patch [deleted file]
target/linux/ipq40xx/patches-4.14/864-08-dts-ipq4019-ap-dk01.1-c1-add-compatible-string.patch [deleted file]
target/linux/ipq40xx/patches-4.14/864-09-dts-ipq4019-ap-dk01.1-enable-ethernet.patch [deleted file]
target/linux/ipq40xx/patches-4.14/900-dts-ipq4019-ap-dk01.1.patch [new file with mode: 0644]
target/linux/ipq40xx/patches-4.14/901-arm-boot-add-dts-files.patch [new file with mode: 0644]

diff --git a/target/linux/ipq40xx/patches-4.14/069-arm-boot-add-dts-files.patch b/target/linux/ipq40xx/patches-4.14/069-arm-boot-add-dts-files.patch
deleted file mode 100644 (file)
index 8066f98..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From 8f68331e14dff9a101f2d0e1d6bec84a031f27ee Mon Sep 17 00:00:00 2001
-From: John Crispin <john@phrozen.org>
-Date: Thu, 9 Mar 2017 11:03:18 +0100
-Subject: [PATCH 69/69] arm: boot: add dts files
-
-Signed-off-by: John Crispin <john@phrozen.org>
----
- arch/arm/boot/dts/Makefile | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
---- a/arch/arm/boot/dts/Makefile
-+++ b/arch/arm/boot/dts/Makefile
-@@ -697,7 +697,20 @@ dtb-$(CONFIG_ARCH_QCOM) += \
-       qcom-apq8074-dragonboard.dtb \
-       qcom-apq8084-ifc6540.dtb \
-       qcom-apq8084-mtp.dtb \
-+      qcom-ipq4018-a42.dtb \
-+      qcom-ipq4018-ex6100v2.dtb \
-+      qcom-ipq4018-ex6150v2.dtb \
-+      qcom-ipq4018-fritz4040.dtb \
-+      qcom-ipq4018-jalapeno.dtb \
-+      qcom-ipq4018-nbg6617.dtb \
-+      qcom-ipq4018-rt-ac58u.dtb \
-+      qcom-ipq4018-wre6606.dtb \
-       qcom-ipq4019-ap.dk01.1-c1.dtb \
-+      qcom-ipq4019-a62.dtb \
-+      qcom-ipq4019-ap.dk04.1-c1.dtb \
-+      qcom-ipq4028-wpj428.dtb \
-+      qcom-ipq4029-gl-b1300.dtb \
-+      qcom-ipq4029-mr33.dtb \
-       qcom-ipq8064-ap148.dtb \
-       qcom-msm8660-surf.dtb \
-       qcom-msm8960-cdp.dtb \
diff --git a/target/linux/ipq40xx/patches-4.14/864-03-dts-ipq4019-ap-dk01-add-tcsr-config-to-dtsi.patch b/target/linux/ipq40xx/patches-4.14/864-03-dts-ipq4019-ap-dk01-add-tcsr-config-to-dtsi.patch
deleted file mode 100644 (file)
index f171760..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
-+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
-@@ -15,12 +15,39 @@
-  */
- #include "qcom-ipq4019.dtsi"
-+#include <dt-bindings/soc/qcom,tcsr.h>
- / {
-       model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK01.1";
-       compatible = "qcom,ipq4019";
-       soc {
-+              tcsr@194b000 {
-+                      /* select hostmode */
-+                      compatible = "qcom,tcsr";
-+                      reg = <0x194b000 0x100>;
-+                      qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
-+                      status = "ok";
-+              };
-+
-+              ess_tcsr@1953000 {
-+                      compatible = "qcom,tcsr";
-+                      reg = <0x1953000 0x1000>;
-+                      qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
-+              };
-+
-+              tcsr@1949000 {
-+                      compatible = "qcom,tcsr";
-+                      reg = <0x1949000 0x100>;
-+                      qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
-+              };
-+
-+              tcsr@1957000 {
-+                      compatible = "qcom,tcsr";
-+                      reg = <0x1957000 0x100>;
-+                      qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
-+              };
-+
-               rng@22000 {
-                       status = "ok";
-               };
diff --git a/target/linux/ipq40xx/patches-4.14/864-05-dts-ipq4019-ap-dk01-remove-spi-chip-node-from-dtsi.patch b/target/linux/ipq40xx/patches-4.14/864-05-dts-ipq4019-ap-dk01-remove-spi-chip-node-from-dtsi.patch
deleted file mode 100644 (file)
index 5cbb79c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
-+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
-@@ -93,14 +93,6 @@
-                       pinctrl-names = "default";
-                       status = "ok";
-                       cs-gpios = <&tlmm 54 0>;
--
--                      mx25l25635e@0 {
--                              #address-cells = <1>;
--                              #size-cells = <1>;
--                              reg = <0>;
--                              compatible = "mx25l25635e";
--                              spi-max-frequency = <24000000>;
--                      };
-               };
-               serial@78af000 {
diff --git a/target/linux/ipq40xx/patches-4.14/864-07-dts-ipq4019-ap-dk01.1-c1-add-spi-and-ram-nodes.patch b/target/linux/ipq40xx/patches-4.14/864-07-dts-ipq4019-ap-dk01.1-c1-add-spi-and-ram-nodes.patch
deleted file mode 100644 (file)
index a358a56..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
---- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
-+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
-@@ -19,4 +19,71 @@
- / {
-       model = "Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1";
-+      memory {
-+              device_type = "memory";
-+              reg = <0x80000000 0x10000000>;
-+      };
-+};
-+
-+&spi_0 {
-+      mx25l25635f@0 {
-+              compatible = "mx25l25635f", "jedec,spi-nor";
-+              #address-cells = <1>;
-+              #size-cells = <1>;
-+              reg = <0>;
-+              spi-max-frequency = <24000000>;
-+
-+              SBL1@0 {
-+                      label = "SBL1";
-+                      reg = <0x0 0x40000>;
-+                      read-only;
-+              };
-+              MIBIB@40000 {
-+                      label = "MIBIB";
-+                      reg = <0x40000 0x20000>;
-+                      read-only;
-+              };
-+              QSEE@60000 {
-+                      label = "QSEE";
-+                      reg = <0x60000 0x60000>;
-+                      read-only;
-+              };
-+              CDT@c0000 {
-+                      label = "CDT";
-+                      reg = <0xc0000 0x10000>;
-+                      read-only;
-+              };
-+              DDRPARAMS@d0000 {
-+                      label = "DDRPARAMS";
-+                      reg = <0xd0000 0x10000>;
-+                      read-only;
-+              };
-+              APPSBLENV@e0000 {
-+                      label = "APPSBLENV";
-+                      reg = <0xe0000 0x10000>;
-+                      read-only;
-+              };
-+              APPSBL@f0000 {
-+                      label = "APPSBL";
-+                      reg = <0xf0000 0x80000>;
-+                      read-only;
-+              };
-+              ART@170000 {
-+                      label = "ART";
-+                      reg = <0x170000 0x10000>;
-+                      read-only;
-+              };
-+              kernel@180000 {
-+                      label = "kernel";
-+                      reg = <0x180000 0x400000>;
-+              };
-+              rootfs@580000 {
-+                      label = "rootfs";
-+                      reg = <0x580000 0x1600000>;
-+              };
-+              firmware@180000 {
-+                      label = "firmware";
-+                      reg = <0x180000 0x1a00000>;
-+              };
-+      };
- };
diff --git a/target/linux/ipq40xx/patches-4.14/864-08-dts-ipq4019-ap-dk01.1-c1-add-compatible-string.patch b/target/linux/ipq40xx/patches-4.14/864-08-dts-ipq4019-ap-dk01.1-c1-add-compatible-string.patch
deleted file mode 100644 (file)
index 2d4ff31..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
-+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
-@@ -18,6 +18,7 @@
- / {
-       model = "Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1";
-+      compatible = "qcom,ap-dk01.1-c1", "qcom,ap-dk01.2-c1", "qcom,ipq4019";
-       memory {
-               device_type = "memory";
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
deleted file mode 100644 (file)
index 625c18d..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- 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";
-               };
diff --git a/target/linux/ipq40xx/patches-4.14/900-dts-ipq4019-ap-dk01.1.patch b/target/linux/ipq40xx/patches-4.14/900-dts-ipq4019-ap-dk01.1.patch
new file mode 100644 (file)
index 0000000..9079a06
--- /dev/null
@@ -0,0 +1,168 @@
+--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
++++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
+@@ -15,12 +15,39 @@
+  */
+ #include "qcom-ipq4019.dtsi"
++#include <dt-bindings/soc/qcom,tcsr.h>
+ / {
+       model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK01.1";
+       compatible = "qcom,ipq4019";
+       soc {
++              tcsr@194b000 {
++                      /* select hostmode */
++                      compatible = "qcom,tcsr";
++                      reg = <0x194b000 0x100>;
++                      qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
++                      status = "ok";
++              };
++
++              ess_tcsr@1953000 {
++                      compatible = "qcom,tcsr";
++                      reg = <0x1953000 0x1000>;
++                      qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
++              };
++
++              tcsr@1949000 {
++                      compatible = "qcom,tcsr";
++                      reg = <0x1949000 0x100>;
++                      qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
++              };
++
++              tcsr@1957000 {
++                      compatible = "qcom,tcsr";
++                      reg = <0x1957000 0x100>;
++                      qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
++              };
++
+               rng@22000 {
+                       status = "ok";
+               };
+--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
++++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
+@@ -93,14 +93,6 @@
+                       pinctrl-names = "default";
+                       status = "ok";
+                       cs-gpios = <&tlmm 54 0>;
+-
+-                      mx25l25635e@0 {
+-                              #address-cells = <1>;
+-                              #size-cells = <1>;
+-                              reg = <0>;
+-                              compatible = "mx25l25635e";
+-                              spi-max-frequency = <24000000>;
+-                      };
+               };
+               serial@78af000 {
+--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
++++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
+@@ -19,4 +19,71 @@
+ / {
+       model = "Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1";
++      memory {
++              device_type = "memory";
++              reg = <0x80000000 0x10000000>;
++      };
++};
++
++&spi_0 {
++      mx25l25635f@0 {
++              compatible = "mx25l25635f", "jedec,spi-nor";
++              #address-cells = <1>;
++              #size-cells = <1>;
++              reg = <0>;
++              spi-max-frequency = <24000000>;
++
++              SBL1@0 {
++                      label = "SBL1";
++                      reg = <0x0 0x40000>;
++                      read-only;
++              };
++              MIBIB@40000 {
++                      label = "MIBIB";
++                      reg = <0x40000 0x20000>;
++                      read-only;
++              };
++              QSEE@60000 {
++                      label = "QSEE";
++                      reg = <0x60000 0x60000>;
++                      read-only;
++              };
++              CDT@c0000 {
++                      label = "CDT";
++                      reg = <0xc0000 0x10000>;
++                      read-only;
++              };
++              DDRPARAMS@d0000 {
++                      label = "DDRPARAMS";
++                      reg = <0xd0000 0x10000>;
++                      read-only;
++              };
++              APPSBLENV@e0000 {
++                      label = "APPSBLENV";
++                      reg = <0xe0000 0x10000>;
++                      read-only;
++              };
++              APPSBL@f0000 {
++                      label = "APPSBL";
++                      reg = <0xf0000 0x80000>;
++                      read-only;
++              };
++              ART@170000 {
++                      label = "ART";
++                      reg = <0x170000 0x10000>;
++                      read-only;
++              };
++              kernel@180000 {
++                      label = "kernel";
++                      reg = <0x180000 0x400000>;
++              };
++              rootfs@580000 {
++                      label = "rootfs";
++                      reg = <0x580000 0x1600000>;
++              };
++              firmware@180000 {
++                      label = "firmware";
++                      reg = <0x180000 0x1a00000>;
++              };
++      };
+ };
+--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
++++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
+@@ -18,6 +18,7 @@
+ / {
+       model = "Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1";
++      compatible = "qcom,ap-dk01.1-c1", "qcom,ap-dk01.2-c1", "qcom,ipq4019";
+       memory {
+               device_type = "memory";
+--- 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";
+               };
diff --git a/target/linux/ipq40xx/patches-4.14/901-arm-boot-add-dts-files.patch b/target/linux/ipq40xx/patches-4.14/901-arm-boot-add-dts-files.patch
new file mode 100644 (file)
index 0000000..8066f98
--- /dev/null
@@ -0,0 +1,33 @@
+From 8f68331e14dff9a101f2d0e1d6bec84a031f27ee Mon Sep 17 00:00:00 2001
+From: John Crispin <john@phrozen.org>
+Date: Thu, 9 Mar 2017 11:03:18 +0100
+Subject: [PATCH 69/69] arm: boot: add dts files
+
+Signed-off-by: John Crispin <john@phrozen.org>
+---
+ arch/arm/boot/dts/Makefile | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+--- a/arch/arm/boot/dts/Makefile
++++ b/arch/arm/boot/dts/Makefile
+@@ -697,7 +697,20 @@ dtb-$(CONFIG_ARCH_QCOM) += \
+       qcom-apq8074-dragonboard.dtb \
+       qcom-apq8084-ifc6540.dtb \
+       qcom-apq8084-mtp.dtb \
++      qcom-ipq4018-a42.dtb \
++      qcom-ipq4018-ex6100v2.dtb \
++      qcom-ipq4018-ex6150v2.dtb \
++      qcom-ipq4018-fritz4040.dtb \
++      qcom-ipq4018-jalapeno.dtb \
++      qcom-ipq4018-nbg6617.dtb \
++      qcom-ipq4018-rt-ac58u.dtb \
++      qcom-ipq4018-wre6606.dtb \
+       qcom-ipq4019-ap.dk01.1-c1.dtb \
++      qcom-ipq4019-a62.dtb \
++      qcom-ipq4019-ap.dk04.1-c1.dtb \
++      qcom-ipq4028-wpj428.dtb \
++      qcom-ipq4029-gl-b1300.dtb \
++      qcom-ipq4029-mr33.dtb \
+       qcom-ipq8064-ap148.dtb \
+       qcom-msm8660-surf.dtb \
+       qcom-msm8960-cdp.dtb \