Re: [PATCH v2 1/1] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC

2022-05-06 Thread William Zhang
On 5/6/22 15:03, Tom Rini wrote: On Fri, May 06, 2022 at 11:23:12AM -0700, William Zhang wrote: This is the initial support for Broadcom's ARM-based 47622 SOC. In this change, our first SOC is an armv7 platform called 47622. The initial support includes a bare-bone implementation and dts with

Re: [PATCH v2 1/1] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC

2022-05-06 Thread Tom Rini
On Fri, May 06, 2022 at 11:23:12AM -0700, William Zhang wrote: > This is the initial support for Broadcom's ARM-based 47622 SOC. > > In this change, our first SOC is an armv7 platform called 47622. The > initial support includes a bare-bone implementation and dts with ARM > PL011 uart. > > The S

[PATCH v2 1/1] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC

2022-05-06 Thread William Zhang
This is the initial support for Broadcom's ARM-based 47622 SOC. In this change, our first SOC is an armv7 platform called 47622. The initial support includes a bare-bone implementation and dts with ARM PL011 uart. The SOC-specific code resides in arch/arm/mach-bcmbca/ and board related code is in