]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Revert "ARM: dts: Remove DP PHY node from exynos5250.dtsi"
authorKukjin Kim <kgene.kim@samsung.com>
Mon, 7 Oct 2013 21:32:47 +0000 (06:32 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 7 Oct 2013 21:32:47 +0000 (06:32 +0900)
This reverts commit 1d091719c983cb685f03243c520d528c2af89c1d.

arch/arm/boot/dts/exynos5250.dtsi

index b19ad1def6f8c570440b60c4cb6a933a25e4891d..c863113eed3fdf97cb84ffe924455a189bc53aa1 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";
-
-               dptx-phy {
-                       reg = <0x10040720>;
-                       samsung,enable-mask = <1>;
-               };
+               phys = <&dp_phy>;
+               phy-names = "dp";
        };
 
        fimd@14400000 {