[U-Boot] [PATCH 2/2] Exynos5800: The Peach-Pi board does not have a Parade video bridge
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Mon Nov 24 16:15:34 CET 2014
Unlike the Peach-Pit board, there is no parade edp to lvds bridge on the
Pi. So drop it from the board configuration & device-tree
Signed-off-by: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
---
arch/arm/dts/exynos5800-peach-pi.dts | 5 -----
include/configs/peach-pi.h | 2 --
2 files changed, 7 deletions(-)
diff --git a/arch/arm/dts/exynos5800-peach-pi.dts b/arch/arm/dts/exynos5800-peach-pi.dts
index 8aedf8e..2f9d2db 100644
--- a/arch/arm/dts/exynos5800-peach-pi.dts
+++ b/arch/arm/dts/exynos5800-peach-pi.dts
@@ -63,11 +63,6 @@
reg = <0x20>;
compatible = "maxim,max98090-codec";
};
-
- edp-lvds-bridge at 48 {
- compatible = "parade,ps8625";
- reg = <0x48>;
- };
};
sound at 3830000 {
diff --git a/include/configs/peach-pi.h b/include/configs/peach-pi.h
index 8a82402..ff31728 100644
--- a/include/configs/peach-pi.h
+++ b/include/configs/peach-pi.h
@@ -26,8 +26,6 @@
#define CONFIG_SYS_PROMPT "Peach-Pi # "
#define CONFIG_IDENT_STRING " for Peach-Pi"
-#define CONFIG_VIDEO_PARADE
-
/* Display */
#define CONFIG_LCD
#ifdef CONFIG_LCD
--
2.1.3
More information about the U-Boot
mailing list