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>
This commit is contained in:
parent
704330615b
commit
12315576b3
|
@ -124,8 +124,6 @@
|
||||||
&dp {
|
&dp {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
samsung,color-space = <0>;
|
samsung,color-space = <0>;
|
||||||
samsung,dynamic-range = <0>;
|
|
||||||
samsung,ycbcr-coeff = <0>;
|
|
||||||
samsung,color-depth = <1>;
|
samsung,color-depth = <1>;
|
||||||
samsung,link-rate = <0x0a>;
|
samsung,link-rate = <0x0a>;
|
||||||
samsung,lane-count = <4>;
|
samsung,lane-count = <4>;
|
||||||
|
|
|
@ -80,8 +80,6 @@
|
||||||
|
|
||||||
&dp {
|
&dp {
|
||||||
samsung,color-space = <0>;
|
samsung,color-space = <0>;
|
||||||
samsung,dynamic-range = <0>;
|
|
||||||
samsung,ycbcr-coeff = <0>;
|
|
||||||
samsung,color-depth = <1>;
|
samsung,color-depth = <1>;
|
||||||
samsung,link-rate = <0x0a>;
|
samsung,link-rate = <0x0a>;
|
||||||
samsung,lane-count = <4>;
|
samsung,lane-count = <4>;
|
||||||
|
|
|
@ -236,12 +236,10 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dp_hpd>;
|
pinctrl-0 = <&dp_hpd>;
|
||||||
samsung,color-space = <0>;
|
samsung,color-space = <0>;
|
||||||
samsung,dynamic-range = <0>;
|
|
||||||
samsung,ycbcr-coeff = <0>;
|
|
||||||
samsung,color-depth = <1>;
|
samsung,color-depth = <1>;
|
||||||
samsung,link-rate = <0x0a>;
|
samsung,link-rate = <0x0a>;
|
||||||
samsung,lane-count = <2>;
|
samsung,lane-count = <2>;
|
||||||
samsung,hpd-gpio = <&gpx0 7 GPIO_ACTIVE_HIGH>;
|
hpd-gpios = <&gpx0 7 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
|
|
|
@ -74,12 +74,10 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dp_hpd_gpio>;
|
pinctrl-0 = <&dp_hpd_gpio>;
|
||||||
samsung,color-space = <0>;
|
samsung,color-space = <0>;
|
||||||
samsung,dynamic-range = <0>;
|
|
||||||
samsung,ycbcr-coeff = <0>;
|
|
||||||
samsung,color-depth = <1>;
|
samsung,color-depth = <1>;
|
||||||
samsung,link-rate = <0x0a>;
|
samsung,link-rate = <0x0a>;
|
||||||
samsung,lane-count = <1>;
|
samsung,lane-count = <1>;
|
||||||
samsung,hpd-gpio = <&gpc3 0 GPIO_ACTIVE_HIGH>;
|
hpd-gpios = <&gpc3 0 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&ehci {
|
&ehci {
|
||||||
|
|
|
@ -148,12 +148,10 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dp_hpd_gpio>;
|
pinctrl-0 = <&dp_hpd_gpio>;
|
||||||
samsung,color-space = <0>;
|
samsung,color-space = <0>;
|
||||||
samsung,dynamic-range = <0>;
|
|
||||||
samsung,ycbcr-coeff = <0>;
|
|
||||||
samsung,color-depth = <1>;
|
samsung,color-depth = <1>;
|
||||||
samsung,link-rate = <0x06>;
|
samsung,link-rate = <0x06>;
|
||||||
samsung,lane-count = <2>;
|
samsung,lane-count = <2>;
|
||||||
samsung,hpd-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
|
hpd-gpios = <&gpx2 6 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
ports {
|
ports {
|
||||||
port@0 {
|
port@0 {
|
||||||
|
|
|
@ -93,8 +93,6 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dp_hpd>;
|
pinctrl-0 = <&dp_hpd>;
|
||||||
samsung,color-space = <0>;
|
samsung,color-space = <0>;
|
||||||
samsung,dynamic-range = <0>;
|
|
||||||
samsung,ycbcr-coeff = <0>;
|
|
||||||
samsung,color-depth = <1>;
|
samsung,color-depth = <1>;
|
||||||
samsung,link-rate = <0x0a>;
|
samsung,link-rate = <0x0a>;
|
||||||
samsung,lane-count = <4>;
|
samsung,lane-count = <4>;
|
||||||
|
|
|
@ -148,8 +148,6 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dp_hpd_gpio>;
|
pinctrl-0 = <&dp_hpd_gpio>;
|
||||||
samsung,color-space = <0>;
|
samsung,color-space = <0>;
|
||||||
samsung,dynamic-range = <0>;
|
|
||||||
samsung,ycbcr-coeff = <0>;
|
|
||||||
samsung,color-depth = <1>;
|
samsung,color-depth = <1>;
|
||||||
samsung,link-rate = <0x0a>;
|
samsung,link-rate = <0x0a>;
|
||||||
samsung,lane-count = <2>;
|
samsung,lane-count = <2>;
|
||||||
|
|
Loading…
Reference in New Issue