mbox series

[v3,0/3] arm64: bcmbca: add bcm4912 SoC support

Message ID 20220601201737.15896-1-william.zhang@broadcom.com (mailing list archive)
Headers show
Series arm64: bcmbca: add bcm4912 SoC support | expand

Message

William Zhang June 1, 2022, 8:17 p.m. UTC
This change adds the basic support for Broadcom's ARMv8 based
Broadband SoC BCM4912. The initial support includes a bare-bone dts
for quad core Broadcom B53 with a Broadcom uart.

Changes in v3:
- Change internal bus address and size cells from 2 to 1

Changes in v2:
- Simplify dt-bindings patch subject line
- Fix pmu compatible string
- Remove unnecessary cpu_on and cpu_off properties from psci node
- Add the missing gic registers and interrupts property to gic node

William Zhang (3):
  dt-bindings: arm64: add bcm4912 SoC
  arm64: dts: add dts files for bcmbca SoC bcm4912
  MAINTAINERS: add bcm4912 to bcmbca arch entry

 .../bindings/arm/bcm/brcm,bcmbca.yaml         |   7 +
 MAINTAINERS                                   |   1 +
 arch/arm64/boot/dts/broadcom/bcmbca/Makefile  |   3 +-
 .../boot/dts/broadcom/bcmbca/bcm4912.dtsi     | 128 ++++++++++++++++++
 .../boot/dts/broadcom/bcmbca/bcm94912.dts     |  30 ++++
 5 files changed, 168 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm4912.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm94912.dts

Comments

Florian Fainelli June 8, 2022, 8:36 a.m. UTC | #1
On 6/1/2022 10:17 PM, William Zhang wrote:
> This change adds the basic support for Broadcom's ARMv8 based
> Broadband SoC BCM4912. The initial support includes a bare-bone dts
> for quad core Broadcom B53 with a Broadcom uart.

Series applied, thanks William!