]> git.ipfire.org Git - people/ms/u-boot.git/commit
configs: sama5d3xek: add default config for CMP board
authorWenyou Yang <wenyou.yang@atmel.com>
Fri, 24 Mar 2017 01:26:16 +0000 (09:26 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 9 May 2017 18:14:15 +0000 (12:14 -0600)
commit1c0ac8222a3fe2f4be5fb0a8368cddf4f692193f
tree5350f6fc223dc99f44f55a1a0b670fc145d0de18
parent0d00f9b6c136634e673a7412d99df68aaa6c9a6a
configs: sama5d3xek: add default config for CMP board

The sama5d36ek CMP board is the variant of sama5d3xek board.
It is equipped with the low-power DDR2 SDRAM, PMIC ACT8865, and
some power rails. The board is mainly used to measure the power
consumption. As all those changes are done in at91bootstrap,
in U-Boot, only use another device tree file, no code needed
to change.

As there is additional power consumption when enbling the USB
Host and USB device, for the power consumption measurement
intention, disable the USB host and device.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
configs/sama5d36ek_cmp_mmc_defconfig [new file with mode: 0644]
configs/sama5d36ek_cmp_nandflash_defconfig [new file with mode: 0644]
configs/sama5d36ek_cmp_spiflash_defconfig [new file with mode: 0644]