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 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 | 177 +++------- arch/arm/dts/sam9x60ek-u-boot.dtsi | 68 +--- 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, 717 insertions(+), 205 deletions(-) create mode 100644 drivers/clk/at91/sam9x60.c -- 2.7.4