All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] arm64: bcmbca: add bcm4912 SoC support
@ 2022-06-01  0:42 ` William Zhang
  0 siblings, 0 replies; 14+ messages in thread
From: William Zhang @ 2022-06-01  0:42 UTC (permalink / raw)
  To: Linux ARM List
  Cc: dan.beygelman, philippe.reynes, anand.gore, florian.fainelli,
	tomer.yacoby, samyon.furman, kursad.oney, joel.peshkin,
	William Zhang, Broadcom internal kernel review list,
	Krzysztof Kozlowski, Rob Herring, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1055 bytes --]

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 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

-- 
2.36.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-06-01 16:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01  0:42 [PATCH v2 0/3] arm64: bcmbca: add bcm4912 SoC support William Zhang
2022-06-01  0:42 ` William Zhang
2022-06-01  0:42 ` [PATCH v2 1/3] dt-bindings: arm64: add bcm4912 SoC William Zhang
2022-06-01  0:42   ` William Zhang
2022-06-01  9:29   ` Krzysztof Kozlowski
2022-06-01  9:29     ` Krzysztof Kozlowski
2022-06-01  0:42 ` [PATCH v2 2/3] arm64: dts: add dts files for bcmbca SoC bcm4912 William Zhang
2022-06-01  0:42   ` William Zhang
2022-06-01  9:47   ` Florian Fainelli
2022-06-01  9:47     ` Florian Fainelli
2022-06-01 16:20     ` William Zhang
2022-06-01 16:20       ` William Zhang
2022-06-01  0:42 ` [PATCH v2 3/3] MAINTAINERS: add bcm4912 to bcmbca arch entry William Zhang
2022-06-01  0:42   ` William Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.