arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360
authorWilliam Zhang <william.zhang@broadcom.com>
Mon, 22 Aug 2022 18:31:42 +0000 (11:31 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:55:50 +0000 (08:55 -0400)
commitfdf8f29dc7e9076790e4874c9ce07e593d9e17c4
tree4fd823e0c9baae7010cd6c6ac39a8c608bedb7a9
parentdc244ca33a8e6363dd71edd9e2beb09c7653f78f
arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360

BCM68360 is a variant within the BCM6856 chip family. Now that BCM6856
is supported under CONFIG_ARCH_BCMBCA and CONFIG_BCM6856, remove the
original ARCH_BCM68360 support and migrate its configuration and dts
settings. This includes:
  - Remove the bcm968360bg board folder. It is replaced by the generic
    bcmbca board folder.
  - Merge the 68360.dtsi setting to the new 6856.dtsi file. Update board
    dts with the new compatible string.
  - Merge broadcom_bcm968360bg.h setting to the new bcm96856.h file.
  - Remove bcm968360bg_ram_defconfig as a basic config version of
    bcm96856_defconfig is now added.

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/bcm68360.dtsi [deleted file]
arch/arm/dts/bcm6856.dtsi
arch/arm/dts/bcm968360bg.dts
board/broadcom/bcm968360bg/Kconfig [deleted file]
board/broadcom/bcm968360bg/MAINTAINERS [deleted file]
board/broadcom/bcm968360bg/Makefile [deleted file]
board/broadcom/bcm968360bg/bcm968360bg.c [deleted file]
configs/bcm968360bg_ram_defconfig [deleted file]
include/configs/bcm96856.h
include/configs/broadcom_bcm968360bg.h [deleted file]