diff options
author | Mark Mentovai <mark@moxienet.com> | 2021-05-08 14:24:52 -0400 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-05-09 09:15:44 +0200 |
commit | a1afeb927010ad5e6124e55f1874f4aece496ee7 (patch) | |
tree | 2e8d354998506e9978e4f427f07f7b68803a1c03 /target/linux/ipq806x/patches-5.10/0069-arm-boot-add-dts-files.patch | |
parent | da16b801a32a53ba4315d8cc67b7ac0deb7ff4c0 (diff) | |
download | upstream-a1afeb927010ad5e6124e55f1874f4aece496ee7.tar.gz upstream-a1afeb927010ad5e6124e55f1874f4aece496ee7.tar.bz2 upstream-a1afeb927010ad5e6124e55f1874f4aece496ee7.zip |
ipq806x: Add mising devices to kernel 5.10
d53be2a2e981 migrated 0069-arm-boot-add-dts-files.patch from patches-5.4
to patches-5.10, but a subsequent patch in that set, 1e25423be8ac,
erroneously removed several devices:
ipq8062/nec,wg2600hp3 from 3bb16185737c
ipq8064/asrock,g10 from 98b86296e67d
ipq8064/ubnt,unifi-ac-hd from 4e46beb31342
Signed-off-by: Mark Mentovai <mark@moxienet.com>
Run-tested: ipq806x/ubnt,unifi-ac-hd
Cc: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/patches-5.10/0069-arm-boot-add-dts-files.patch')
-rw-r--r-- | target/linux/ipq806x/patches-5.10/0069-arm-boot-add-dts-files.patch | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/ipq806x/patches-5.10/0069-arm-boot-add-dts-files.patch b/target/linux/ipq806x/patches-5.10/0069-arm-boot-add-dts-files.patch index d5b1d4473b..2b069b8cfb 100644 --- a/target/linux/ipq806x/patches-5.10/0069-arm-boot-add-dts-files.patch +++ b/target/linux/ipq806x/patches-5.10/0069-arm-boot-add-dts-files.patch @@ -10,8 +10,11 @@ Signed-off-by: John Crispin <john@phrozen.org> --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile -@@ -909,6 +909,20 @@ dtb-$(CONFIG_ARCH_QCOM) += \ +@@ -907,8 +907,25 @@ + qcom-ipq4019-ap.dk04.1-c3.dtb \ + qcom-ipq4019-ap.dk07.1-c1.dtb \ qcom-ipq4019-ap.dk07.1-c2.dtb \ ++ qcom-ipq8062-wg2600hp3.dtb \ qcom-ipq8064-ap148.dtb \ qcom-ipq8064-rb3011.dtb \ + qcom-ipq8064-c2600.dtb \ @@ -20,8 +23,10 @@ Signed-off-by: John Crispin <john@phrozen.org> + qcom-ipq8064-ap161.dtb \ + qcom-ipq8064-ea7500-v1.dtb \ + qcom-ipq8064-ea8500.dtb \ ++ qcom-ipq8064-g10.dtb \ + qcom-ipq8064-r7500.dtb \ + qcom-ipq8064-r7500v2.dtb \ ++ qcom-ipq8064-unifi-ac-hd.dtb \ + qcom-ipq8064-wg2600hp.dtb \ + qcom-ipq8064-wpq864.dtb \ + qcom-ipq8064-wxr-2533dhp.dtb \ |