[PATCH 0/4] clk: at91: fix system clocks display for sam9x60
Eugen.Hristev at microchip.com
Eugen.Hristev at microchip.com
Wed Aug 18 12:46:23 CEST 2021
On 7/16/21 8:43 AM, Claudiu Beznea wrote:
> Hi,
>
> After added CCF support for SAM9X60 the CPU, crystal and master clocks
> were not displayed correctly. These clocks are now displayed by at91_cpu driver.
> Adapt master clock driver by adding control logic for its prescaler and
> divider such that these to be correctly retrived by at91_cpu driver
> via device tree (or any other mechanism).
>
> Thank you,
> Claudiu Beznea
>
> Claudiu Beznea (4):
> clk: at91: clk-master: split master clock in pres and divider
> cpu: at91: add compatible for ARM9260EJ-S
> ARM: dts: at91: sam9x60: add bindings for CPU
> configs: sam9x60ek: enable CONFIG_CPU
>
> arch/arm/dts/sam9x60.dtsi | 12 +++
> configs/sam9x60ek_mmc_defconfig | 1 +
> configs/sam9x60ek_nandflash_defconfig | 1 +
> configs/sam9x60ek_qspiflash_defconfig | 1 +
> drivers/clk/at91/clk-master.c | 107 +++++++++++++++++++++-----
> drivers/clk/at91/pmc.h | 7 +-
> drivers/clk/at91/sam9x60.c | 44 +++++++----
> drivers/clk/at91/sama7g5.c | 36 +++++----
> drivers/cpu/at91_cpu.c | 1 +
> 9 files changed, 160 insertions(+), 50 deletions(-)
>
Applied series to u-boot-atmel/next, thanks !
More information about the U-Boot
mailing list