[openwrt/openwrt] ipq40xx: Adjust SoC name of AVM Fritz!Box 4040

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 23 12:44:54 PDT 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/7a8017b0ae15bbfcad4562ef7d70833b7c4f15f1

commit 7a8017b0ae15bbfcad4562ef7d70833b7c4f15f1
Author: Sven Eckelmann <sven at narfation.org>
AuthorDate: Mon Mar 19 20:53:09 2018 +0100

    ipq40xx: Adjust SoC name of AVM Fritz!Box 4040
    
    The AVM Fritz!Box 4040 uses an IPQ4018 as SoC and not an IPQ4019. The DTS
    must be adjusted to reflect this.
    
    Signed-off-by: Sven Eckelmann <sven at narfation.org>
---
 .../boot/dts/{qcom-ipq4019-fritz4040.dts => qcom-ipq4018-fritz4040.dts} | 0
 target/linux/ipq40xx/image/Makefile                                     | 2 +-
 target/linux/ipq40xx/patches-4.14/069-arm-boot-add-dts-files.patch      | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritz4040.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-fritz4040.dts
similarity index 100%
rename from target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritz4040.dts
rename to target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-fritz4040.dts
diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile
index 5c1ae7f..125b3bf 100644
--- a/target/linux/ipq40xx/image/Makefile
+++ b/target/linux/ipq40xx/image/Makefile
@@ -54,7 +54,7 @@ TARGET_DEVICES += asus_rt-ac58u
 
 define Device/avm_fritzbox-4040
 	$(call Device/FitImageLzma)
-	DEVICE_DTS := qcom-ipq4019-fritz4040
+	DEVICE_DTS := qcom-ipq4018-fritz4040
 	BOARD_NAME := fritz4040
 	DEVICE_TITLE := AVM Fritz!Box 4040
 	IMAGE_SIZE := 29753344
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
index d7cab05..c0bdd87 100644
--- 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
@@ -15,10 +15,10 @@ Signed-off-by: John Crispin <john at phrozen.org>
  	qcom-apq8084-ifc6540.dtb \
  	qcom-apq8084-mtp.dtb \
 +	qcom-ipq4018-a42.dtb \
++	qcom-ipq4018-fritz4040.dtb \
 +	qcom-ipq4018-rt-ac58u.dtb \
  	qcom-ipq4019-ap.dk01.1-c1.dtb \
 +	qcom-ipq4019-ap.dk04.1-c1.dtb \
-+	qcom-ipq4019-fritz4040.dtb \
 +	qcom-ipq4028-wpj428.dtb \
 +	qcom-ipq4029-gl-b1300.dtb \
 +	qcom-ipq4029-mr33.dtb \



More information about the lede-commits mailing list