Re: [PATCH] ARM: at91: Add chip ID of SAMA5D29

2021-08-18 Thread Eugen.Hristev
On 7/14/21 4:43 PM, Hari Prasath wrote: > Add SAMA5D29 SoC for identification during the boot up. > > Signed-off-by: Hari Prasath > --- Applied to u-boot-atmel/next, thanks !

[PATCH] ARM: at91: Add chip ID of SAMA5D29

2021-07-14 Thread Hari Prasath
Add SAMA5D29 SoC for identification during the boot up. Signed-off-by: Hari Prasath --- arch/arm/mach-at91/armv7/sama5d2_devices.c | 2 ++ arch/arm/mach-at91/include/mach/sama5d2.h | 1 + 2 files changed, 3 insertions(+) diff --git a/arch/arm/mach-at91/armv7/sama5d2_devices.c