arm64: dts: Move BCM4908 dts to bcmbca folder
authorWilliam Zhang <william.zhang@broadcom.com>
Wed, 3 Aug 2022 17:54:50 +0000 (10:54 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 15 Aug 2022 16:51:37 +0000 (09:51 -0700)
As part of ARCH_BCM4908 to ARCH_BCMBCA migration, move the BCM4908 dts
files to bcmbca folder and use CONFIG_ARCH_BCMBCA to build all the
BCM4908 board dts. Delete bcm4908 folder and its makefile as well.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Link: https://lore.kernel.org/r/20220803175455.47638-5-william.zhang@broadcom.com
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/boot/dts/broadcom/Makefile
arch/arm64/boot/dts/broadcom/bcm4908/Makefile [deleted file]
arch/arm64/boot/dts/broadcom/bcmbca/Makefile
arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-netgear-r8000p.dts [moved from arch/arm64/boot/dts/broadcom/bcm4908/bcm4906-netgear-r8000p.dts with 100% similarity]
arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-tplink-archer-c2300-v1.dts [moved from arch/arm64/boot/dts/broadcom/bcm4908/bcm4906-tplink-archer-c2300-v1.dts with 100% similarity]
arch/arm64/boot/dts/broadcom/bcmbca/bcm4906.dtsi [moved from arch/arm64/boot/dts/broadcom/bcm4908/bcm4906.dtsi with 100% similarity]
arch/arm64/boot/dts/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dts [moved from arch/arm64/boot/dts/broadcom/bcm4908/bcm4908-asus-gt-ac5300.dts with 100% similarity]
arch/arm64/boot/dts/broadcom/bcmbca/bcm4908-netgear-raxe500.dts [moved from arch/arm64/boot/dts/broadcom/bcm4908/bcm4908-netgear-raxe500.dts with 100% similarity]
arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi [moved from arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi with 100% similarity]

index e8584d3..05d8c5e 100644 (file)
@@ -8,7 +8,6 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \
                              bcm2837-rpi-cm3-io3.dtb \
                              bcm2837-rpi-zero-2-w.dtb
 
-subdir-y       += bcm4908
 subdir-y       += bcmbca
 subdir-y       += northstar2
 subdir-y       += stingray
diff --git a/arch/arm64/boot/dts/broadcom/bcm4908/Makefile b/arch/arm64/boot/dts/broadcom/bcm4908/Makefile
deleted file mode 100644 (file)
index 6e364e3..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-dtb-$(CONFIG_ARCH_BCM4908) += bcm4906-netgear-r8000p.dtb
-dtb-$(CONFIG_ARCH_BCM4908) += bcm4906-tplink-archer-c2300-v1.dtb
-dtb-$(CONFIG_ARCH_BCM4908) += bcm4908-asus-gt-ac5300.dtb
-dtb-$(CONFIG_ARCH_BCM4908) += bcm4908-netgear-raxe500.dtb
index 38f1430..d30fa75 100644 (file)
@@ -1,5 +1,9 @@
 # SPDX-License-Identifier: GPL-2.0
 dtb-$(CONFIG_ARCH_BCMBCA) += \
+                               bcm4906-netgear-r8000p.dtb \
+                               bcm4906-tplink-archer-c2300-v1.dtb \
+                               bcm4908-asus-gt-ac5300.dtb \
+                               bcm4908-netgear-raxe500.dtb \
                                bcm4912-asus-gt-ax6000.dtb \
                                bcm94912.dtb \
                                bcm963158.dtb \