From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 16 Apr 2017 13:31:24 -0600 Subject: [U-Boot] [PATCH v2 1/3] configs: at91sam9n12ek: Update for DT and DM support In-Reply-To: <20170412090815.19944-2-wenyou.yang@atmel.com> References: <20170412090815.19944-1-wenyou.yang@atmel.com> <20170412090815.19944-2-wenyou.yang@atmel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12 April 2017 at 03:08, Wenyou Yang wrote: > Update the configuration files to support the device tree and driver > model. The device clock and pins configuration are handled by the > clock and the pinctrl drivers respectively. > > Because the limitation of internal SRAM size, the SPL with driver > model can't be supported, disable the SPL option. > > Signed-off-by: Wenyou Yang > --- > > Changes in v2: > - Remain the SPI speed macros. > - Disable the SPL option for the nand config. > - Add support of Atmel uart be used in the board_init_f stage. > - Improve the commit log. > > board/atmel/at91sam9n12ek/at91sam9n12ek.c | 2 ++ > configs/at91sam9n12ek_mmc_defconfig | 19 ++++++++++++++++++- > configs/at91sam9n12ek_nandflash_defconfig | 25 ++++++++++++++++++------- > configs/at91sam9n12ek_spiflash_defconfig | 26 ++++++++++++++++++-------- > include/configs/at91sam9n12ek.h | 19 +------------------ > 5 files changed, 57 insertions(+), 34 deletions(-) Reviewed-by: Simon Glass