diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2014-12-05 18:12:21 +0100 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-12-22 20:38:22 +0900 |
commit | 307e90e6179e46197e701e216767408c8ef6d010 (patch) | |
tree | a5218646b288b4edfa7dc1080328681d0a821957 | |
parent | d10e953137f546d27de21838632ae2fb15335d48 (diff) | |
download | u-boot-imx-307e90e6179e46197e701e216767408c8ef6d010.zip u-boot-imx-307e90e6179e46197e701e216767408c8ef6d010.tar.gz u-boot-imx-307e90e6179e46197e701e216767408c8ef6d010.tar.bz2 |
Exynos5800: The Peach-Pi board does not have a Parade video bridge
Unlike the Peach-Pit board, there is no parade edp to lvds bridge on the
Pi. So drop it from device-tree
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r-- | arch/arm/dts/exynos5800-peach-pi.dts | 5 |
1 files changed, 0 insertions, 5 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@48 { - compatible = "parade,ps8625"; - reg = <0x48>; - }; }; sound@3830000 { |