arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753
authorWilliam Zhang <william.zhang@broadcom.com>
Mon, 22 Aug 2022 18:49:07 +0000 (11:49 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:55:59 +0000 (08:55 -0400)
commit779a7b665f59b63ba55b596138db188de2810d09
treecef5f635baf1c68445c4180733558f74f74aff43
parent62c0ae40bb7c2a8c520374fe94c74d8192af0a1c
arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753

BCM6753 is essentially same as the main chip BCM6855 but with different
SKU number. Now that BCM6855 is supported under CONFIG_ARCH_BCMBCA and
CONFIG_BCM6855, remove the original ARCH_BCM6753 support and migrate its
configuration and dts settings. This includes:
- Remove the bcm96753ref board folder. It is replaced by the
generic bcmbca board folder.
- Merge the 6753.dtsi setting to the new 6855.dtsi file. Update
96753ref board dts with the new compatible string.
- Delete broadcom_bcm96763ref.h and merge its setting to the new
bcm96855.h file.
- Delete bcm96753ref_ram_defconfig and use a basic config version of
bcm96855_defconfig

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
12 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/bcm6753.dtsi [deleted file]
arch/arm/dts/bcm6855.dtsi
arch/arm/dts/bcm96753ref.dts
board/broadcom/bcm96753ref/Kconfig [deleted file]
board/broadcom/bcm96753ref/MAINTAINERS [deleted file]
board/broadcom/bcm96753ref/Makefile [deleted file]
board/broadcom/bcm96753ref/bcm96753ref.c [deleted file]
configs/bcm96753ref_ram_defconfig [deleted file]
include/configs/bcm96855.h
include/configs/broadcom_bcm96753ref.h [deleted file]