From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugen.Hristev at microchip.com Date: Thu, 26 Nov 2020 08:19:19 +0000 Subject: [PATCH] ARM: at91: armv7: sama7g5 uses CCF clock driver In-Reply-To: <20201111111508.182534-1-eugen.hristev@microchip.com> References: <20201111111508.182534-1-eugen.hristev@microchip.com> Message-ID: <3fb42875-1ede-a246-6cea-8a49b7b0ebae@microchip.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11.11.2020 13:15, Eugen Hristev wrote: > From: Nicolas Ferre > > SAMA7G5 uses CCF driver under drivers/clk/at91/ and not the custom older > at91 clock.c driver. Remove it from the compilation list and adapt cpu.c > arch_cpu_init() to avoid calling at91_clock_init() which is wrong > anyway. > > Signed-off-by: Nicolas Ferre > Reviewed-by: Claudiu Beznea > --- Applied to u-boot-atmel/master, thanks !