linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] arm64: bcmbca: add bcm63158 soc support
@ 2022-05-14 23:27 William Zhang
  2022-05-14 23:27 ` [PATCH 1/5] dt-bindings: arm64: add BCM63158 soc to binding document William Zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: William Zhang @ 2022-05-14 23:27 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: kursad.oney, florian.fainelli, joel.peshkin, tomer.yacoby,
	samyon.furman, philippe.reynes, anand.gore, dan.beygelman,
	William Zhang, Biju Das, Bjorn Andersson, Catalin Marinas,
	Dmitry Baryshkov, Florian Fainelli, Geert Uytterhoeven,
	Krzysztof Kozlowski, Krzysztof Kozlowski, Marcel Ziswiler,
	Nicolas Saenz Julienne, Rob Herring, Shawn Guo, Stefan Wahren,
	Vinod Koul, Will Deacon, devicetree, linux-kernel

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

This change adds the basic support for Broadcom's ARM64 based
Broadband SoC BCM63158. The initial support includes a bare-bone dts
for quad core ARM A53 with a ARM PL011 uart. Linux kernel image can be
built with the ARM64 defconfig.

William Zhang (5):
  dt-bindings: arm64: add BCM63158 soc to binding document
  arm64: bcmbca: add arch bcmbca machine entry
  arm64: dts: add dts files for bcmbca soc 63158
  MAINTAINERS: add bcm63158 to bcmbca arch entry
  arm64: defconfig: enable bcmbca soc support

 .../bindings/arm/bcm/brcm,bcmbca.yaml         |   7 +
 MAINTAINERS                                   |   2 +
 arch/arm64/Kconfig.platforms                  |   9 ++
 arch/arm64/boot/dts/broadcom/Makefile         |   1 +
 arch/arm64/boot/dts/broadcom/bcmbca/Makefile  |   2 +
 .../boot/dts/broadcom/bcmbca/bcm63158.dtsi    | 128 ++++++++++++++++++
 .../boot/dts/broadcom/bcmbca/bcm963158.dts    |  30 ++++
 arch/arm64/configs/defconfig                  |   1 +
 8 files changed, 180 insertions(+)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/Makefile
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm963158.dts

-- 
2.17.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-05-18 20:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14 23:27 [PATCH 0/5] arm64: bcmbca: add bcm63158 soc support William Zhang
2022-05-14 23:27 ` [PATCH 1/5] dt-bindings: arm64: add BCM63158 soc to binding document William Zhang
2022-05-16 16:06   ` Rob Herring
2022-05-16 17:51     ` William Zhang
2022-05-17 14:23   ` Rob Herring
2022-05-18 20:08   ` Florian Fainelli
2022-05-14 23:27 ` [PATCH 2/5] arm64: bcmbca: add arch bcmbca machine entry William Zhang
2022-05-18 20:05   ` Florian Fainelli
2022-05-14 23:27 ` [PATCH 3/5] arm64: dts: add dts files for bcmbca soc 63158 William Zhang
2022-05-18 20:05   ` Florian Fainelli
2022-05-14 23:27 ` [PATCH 4/5] MAINTAINERS: add bcm63158 to bcmbca arch entry William Zhang
2022-05-18 20:08   ` Florian Fainelli
2022-05-14 23:28 ` [PATCH 5/5] arm64: defconfig: enable bcmbca soc support William Zhang
2022-05-18 20:07   ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).