[U-Boot] [PATCH 0/2 v3] No need for parade bridge on peach-pi
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Fri Dec 5 18:12:20 CET 2014
With current u-boot-samsung HEAD on a peach-pi the following error is printed:
exynos_lcd_power_on: ps8625_init() failed
Which is not surprising given that chip does not exist on these boards.
Changes since v2:
* Move the parade_init function to its own header file
Changes since v1:
* Only change the DTS for peach-pi not the default config. Further
configuration changes will be done seperately
* Use the approach as suggested by Ajay Kumar to fix compilation without
parade support
Sjoerd Simons (2):
Exynos5800: The Peach-Pi board does not have a Parade video bridge
exynos5420: fix compilation without parade video
arch/arm/dts/exynos5800-peach-pi.dts | 5 -----
arch/arm/include/asm/arch-exynos/system.h | 3 ---
board/samsung/smdk5420/smdk5420.c | 1 +
include/parade.h | 18 ++++++++++++++++++
4 files changed, 19 insertions(+), 8 deletions(-)
create mode 100644 include/parade.h
--
2.1.3
More information about the U-Boot
mailing list