All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: at91: fix system clocks display for sam9x60
@ 2021-07-16  5:43 Claudiu Beznea
  2021-07-16  5:43 ` [PATCH 1/4] clk: at91: clk-master: split master clock in pres and divider Claudiu Beznea
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Claudiu Beznea @ 2021-07-16  5:43 UTC (permalink / raw)
  To: sandeep.sheriker, eugen.hristev, lukma; +Cc: u-boot, Claudiu Beznea

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-18 10:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16  5:43 [PATCH 0/4] clk: at91: fix system clocks display for sam9x60 Claudiu Beznea
2021-07-16  5:43 ` [PATCH 1/4] clk: at91: clk-master: split master clock in pres and divider Claudiu Beznea
2021-07-16  5:43 ` [PATCH 2/4] cpu: at91: add compatible for ARM9260EJ-S Claudiu Beznea
2021-07-16  5:43 ` [PATCH 3/4] ARM: dts: at91: sam9x60: add bindings for CPU Claudiu Beznea
2021-07-16  5:43 ` [PATCH 4/4] configs: sam9x60ek: enable CONFIG_CPU Claudiu Beznea
2021-08-18 10:46 ` [PATCH 0/4] clk: at91: fix system clocks display for sam9x60 Eugen.Hristev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.