mbox series

[v2,0/5] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC

Message ID 20220413192645.7067-1-william.zhang@broadcom.com
Headers show
Series arm: bcmbca: introduce the bcmbca architecture and 47622 SOC | expand

Message

William Zhang April 13, 2022, 7:26 p.m. UTC
This change introduces Broadcom's ARCH_BCMBCA architecture for
armv7 and armv8 based Broadband SoCs. We expect to send additional
patches for each SoC in the near future.

The first SoC supported in this arch is Broadcom's ARM A7 based 47622
SOC. The initial support includes a bare-bone dts for quad core ARM A7
with a ARM PL011 uart. Linux kernel image can be built with
multi_v7_defconfig.

Changes for V2:
* Update compatible string and node name in the 47622.dtsi
* Change Broadcom internal list from maintainer to reviewer in
MAINTAINERS


William Zhang (5):
  dt-bindings: arm: add bcmbca device tree binding document
  arm: bcmbca: add arch bcmbca machine entry
  ARM: dts: add dts files for bcmbca soc 47622
  MAINTAINERS: update MAINTAINERS file
  ARM: multi_v7_defconfig: enable CONFIG_ARCH_BCMBCA in armv7 defconfig

 .../bindings/arm/bcm/brcm,bcmbca.yaml         |  33 +++++
 MAINTAINERS                                   |  14 ++
 arch/arm/boot/dts/Makefile                    |   2 +
 arch/arm/boot/dts/bcm47622.dtsi               | 126 ++++++++++++++++++
 arch/arm/boot/dts/bcm947622.dts               |  30 +++++
 arch/arm/configs/multi_v7_defconfig           |   1 +
 arch/arm/mach-bcm/Kconfig                     |  12 ++
 7 files changed, 218 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
 create mode 100644 arch/arm/boot/dts/bcm47622.dtsi
 create mode 100644 arch/arm/boot/dts/bcm947622.dts

Comments

Krzysztof Kozlowski April 17, 2022, 6:13 p.m. UTC | #1
On 14/04/2022 19:38, William Zhang wrote:
> Hi Krzysztof,
> 
> Yeah I saw your ack.  I guess I should put an ack-by in this v2 set? 
> Still new to the upstream process and thanks for your help!

Yes, please add all tags before your Signed-off-by part.
https://elixir.bootlin.com/linux/v5.18-rc2/source/Documentation/process/submitting-patches.rst#L541


Best regards,
Krzysztof
Krzysztof Kozlowski April 17, 2022, 6:14 p.m. UTC | #2
On 13/04/2022 21:26, William Zhang wrote:
> Add arch bcmbca device tree binding document for Broadcom ARM based
> broadband SoC chipsets. In this change, only BCM47622 is added. Other
> chipsets will be added in the future.


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof
Florian Fainelli April 22, 2022, 9:17 p.m. UTC | #3
On Wed, 13 Apr 2022 12:26:41 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Add arch bcmbca device tree binding document for Broadcom ARM based
> broadband SoC chipsets. In this change, only BCM47622 is added. Other
> chipsets will be added in the future.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
--
Florian