diff options
| author | Sjoerd Simons <[email protected]> | 2014-12-05 18:12:21 +0100 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2014-12-22 20:38:22 +0900 |
| commit | 307e90e6179e46197e701e216767408c8ef6d010 (patch) | |
| tree | a5218646b288b4edfa7dc1080328681d0a821957 | |
| parent | d10e953137f546d27de21838632ae2fb15335d48 (diff) | |
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
| -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 8aedf8e7077..2f9d2dbd546 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 { |
