[PATCH v3 0/8] add SAM9X60 clock support

Eugen.Hristev at microchip.com Eugen.Hristev at microchip.com
Mon Oct 19 08:27:32 CEST 2020


On 07.10.2020 18:17, Claudiu Beznea wrote:
> Hi,
> 
> This series adds SAM9X60 clock support, CCF compatible, so that
> SAM9X60 based boards (e.g. SAM9X60-EK in this case) to be able
> to boot with mainline code.
> 
> This series is based on u-boot-atmel/next.
> 
> Thank you,
> Claudiu Beznea
> 
> Changes in v3:
> - move u-boot,dm-pre-reloc properties to sam9x60ek-u-boot.dtsi
> - add main_xtal to sam9x60ek-u-boot.dtsi in patch 8/8
> 
> Changes in v2:
> - remove "Alignment should match open parenthesis" and
>    "Please don't use multiple blank lines" checkpatch.pl warnings
> - use u-boot,dm-pre-reloc also in sam9x60ek-u-boot.dtsi
> - add patch 8/8
> 
> Claudiu Beznea (8):
>    board: atmel: sam9x60ek: add SYS_MALLOC_F_LEN to SYS_INIT_SP_ADDR
>    clk: at91: sam9x60: add support compatible with CCF
>    ARM: dts: sam9x60ek: add clock frequencies to board file
>    ARM: dts: sam9x60: use u-boot,dm-pre-reloc
>    ARM: dts: sam9x60: use slow clock CCF compatible bindings
>    ARM: dts: sam9x60: use CCF compatibles for PMC
>    configs: sam9x60ek: update defconfigs for CCF
>    ARM: dts: sam9x60: use alphabetical order
> 
>   arch/arm/dts/sam9x60.dtsi             | 171 ++-------
>   arch/arm/dts/sam9x60ek-u-boot.dtsi    |  70 +---
>   arch/arm/dts/sam9x60ek.dts            |  12 +-
>   configs/sam9x60ek_mmc_defconfig       |   4 +-
>   configs/sam9x60ek_nandflash_defconfig |   4 +-
>   configs/sam9x60ek_qspiflash_defconfig |   4 +-
>   drivers/clk/at91/Makefile             |   1 +
>   drivers/clk/at91/sam9x60.c            | 649 ++++++++++++++++++++++++++++++++++
>   include/configs/sam9x60ek.h           |   3 +-
>   9 files changed, 716 insertions(+), 202 deletions(-)
>   create mode 100644 drivers/clk/at91/sam9x60.c
> 

Applied series to u-boot-atmel/master, thanks !


More information about the U-Boot mailing list