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 /arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi | |
parent | a7b0bb63ba54516272789b3b9eb5303553b46745 (diff) | |
download | u-boot-4a500e4337b6dae2e57a959544e623cf5f74d31e.tar.gz |
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 'arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi b/arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi index dae1fba693..8c84dd08fd 100644 --- a/arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi +++ b/arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi @@ -13,6 +13,10 @@ }; }; +&hlcdc { + u-boot,dm-pre-reloc; +}; + &qspi1 { u-boot,dm-pre-reloc; }; |