Re: [PATCH 1/5] bcm6753: add initial support

2022-03-07 Thread Tom Rini
On Fri, Feb 11, 2022 at 07:18:34PM +0100, Philippe Reynes wrote: > This add the initial support of the broadcom bcm6753 SoC family. > > Signed-off-by: Philippe Reynes Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 1/5] bcm6753: add initial support

2022-02-11 Thread Philippe Reynes
This add the initial support of the broadcom bcm6753 SoC family. Signed-off-by: Philippe Reynes --- arch/arm/Kconfig | 7 ++ arch/arm/dts/bcm6753.dtsi | 201 ++ 2 files changed, 208 insertions(+) create mode 100644 arch/arm/dts/bcm6753.dtsi diff -