diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2019-08-26 11:45:06 +0000 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-10-08 09:16:11 +0300 |
commit | 4a500e4337b6dae2e57a959544e623cf5f74d31e (patch) | |
tree | 2b13aa9a2a85e0d792973fb67f5f20c350bd0b5b /configs/sama5d27_wlsom1_ek_mmc_defconfig | |
parent | a7b0bb63ba54516272789b3b9eb5303553b46745 (diff) | |
download | u-boot-4a500e4337b6dae2e57a959544e623cf5f74d31e.tar.gz u-boot-4a500e4337b6dae2e57a959544e623cf5f74d31e.tar.xz u-boot-4a500e4337b6dae2e57a959544e623cf5f74d31e.zip |
ARM: dts: at91: sama5d27_wlsom1: add hlcdc node
Add node for hlcld for u-boot logo display at boot.
This is compatible with the Precision Design Associates (PDA) TM5000 screen.
Timings are compatible with simple panel from Linux, panel name is
pda_91_00156_a0
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs/sama5d27_wlsom1_ek_mmc_defconfig')
-rw-r--r-- | configs/sama5d27_wlsom1_ek_mmc_defconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/sama5d27_wlsom1_ek_mmc_defconfig b/configs/sama5d27_wlsom1_ek_mmc_defconfig index d7329a2a59..5584c9c207 100644 --- a/configs/sama5d27_wlsom1_ek_mmc_defconfig +++ b/configs/sama5d27_wlsom1_ek_mmc_defconfig @@ -85,6 +85,14 @@ CONFIG_DM_SPI=y CONFIG_TIMER=y CONFIG_SPL_TIMER=y CONFIG_ATMEL_PIT_TIMER=y +CONFIG_USB=y +CONFIG_DM_USB=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_STORAGE=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_ATMEL_USBA=y +CONFIG_DM_VIDEO=y +CONFIG_ATMEL_HLCD=y CONFIG_W1=y CONFIG_W1_GPIO=y CONFIG_W1_EEPROM=y |