]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: Remove DP PHY node from exynos5250.dtsi
authorJingoo Han <jg1.han@samsung.com>
Mon, 7 Oct 2013 14:19:59 +0000 (23:19 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 7 Oct 2013 14:20:13 +0000 (23:20 +0900)
Since DP PHY driver is not yet merged, DP PHY node should
be removed from exynos5250.dtsi.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Vikas Sajjan <vikas.sajjan@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250.dtsi

index 7d7cc777ff7b76099e8de5098a4a3a044a208ca9..6106d84f96c0e8660bafd570cf0872b5453636ba 100644 (file)
                interrupts = <0 94 0>;
        };
 
-       dp_phy: video-phy@10040720 {
-               compatible = "samsung,exynos5250-dp-video-phy";
-               reg = <0x10040720 4>;
-               #phy-cells = <0>;
-       };
-
        dp-controller@145B0000 {
                clocks = <&clock 342>;
                clock-names = "dp";
-               phys = <&dp_phy>;
-               phy-names = "dp";
+
+               dptx-phy {
+                       reg = <0x10040720>;
+                       samsung,enable-mask = <1>;
+               };
        };
 
        fimd@14400000 {