]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm: dts: Use pmu_system_controller phandle for dp phy
authorVivek Gautam <gautam.vivek@samsung.com>
Thu, 8 Jan 2015 16:08:48 +0000 (01:08 +0900)
committerKukjin Kim <kgene@kernel.org>
Thu, 8 Jan 2015 16:08:48 +0000 (01:08 +0900)
DP PHY now require pmu-system-controller to handle PMU register
to control PHY's power isolation. Adding the same to dp-phy
node.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Tested-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos5250.dtsi
arch/arm/boot/dts/exynos5420.dtsi

index 0a229fcd7acfdfff4e07b4359cf0c7776e510efc..d75c89d7666a0a0bea5fff5139439f8090eee793 100644 (file)
 
        dp_phy: video-phy@10040720 {
                compatible = "samsung,exynos5250-dp-video-phy";
-               reg = <0x10040720 4>;
+               samsung,pmu-syscon = <&pmu_system_controller>;
                #phy-cells = <0>;
        };
 
index 517e50f6760b0cf4d77bc55bf899f0aa5e3667a1..0ac5e0810e9753065a33aed6c62fac83ee938d17 100644 (file)
        };
 
        dp_phy: video-phy@10040728 {
-               compatible = "samsung,exynos5250-dp-video-phy";
-               reg = <0x10040728 4>;
+               compatible = "samsung,exynos5420-dp-video-phy";
+               samsung,pmu-syscon = <&pmu_system_controller>;
                #phy-cells = <0>;
        };