diff options
author | Yakir Yang <ykk@rock-chips.com> | 2016-02-15 14:10:31 +0300 |
---|---|---|
committer | Yakir Yang <ykk@rock-chips.com> | 2016-04-05 05:13:04 +0300 |
commit | 12315576b31990858a1952ad78ba86f516e6e4b5 (patch) | |
tree | 3453ed21656266f0eba19758bcf7d63b3d8dd533 /arch/arm/boot/dts/exynos5800-peach-pi.dts | |
parent | 704330615bfdb8ec9e21cabfd462e785007593ba (diff) | |
download | linux-12315576b31990858a1952ad78ba86f516e6e4b5.tar.xz |
ARM: dts: exynos/dp: remove some properties that deprecated by analogix_dp driver
After exynos_dp have been split the common IP code into analogix_dp driver,
the analogix_dp driver have deprecated some Samsung platform properties which
could be dynamically parsed from EDID/MODE/DPCD message, so this is an update
for Exynos DTS file for dp-controller.
Beside the backward compatibility is fully preserved, so there are no
bisectability break that make this change in a separate patch.
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Tested-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5800-peach-pi.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5800-peach-pi.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts index 064176f201e7..5d33fb21a075 100644 --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts @@ -148,8 +148,6 @@ pinctrl-names = "default"; pinctrl-0 = <&dp_hpd_gpio>; samsung,color-space = <0>; - samsung,dynamic-range = <0>; - samsung,ycbcr-coeff = <0>; samsung,color-depth = <1>; samsung,link-rate = <0x0a>; samsung,lane-count = <2>; |