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 Claudiu Beznea (7): 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 arch/arm/dts/sam9x60.dtsi | 177 +++------- arch/arm/dts/sam9x60ek-u-boot.dtsi | 69 +--- 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 | 594 ++++++++++++++++++++++++++++++++++ include/configs/sam9x60ek.h | 3 +- 9 files changed, 659 insertions(+), 209 deletions(-) create mode 100644 drivers/clk/at91/sam9x60.c -- 2.7.4