ARM: dts: Add syscon phandle to the video-phy node for Exynos4
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 3 Feb 2015 22:58:24 +0000 (07:58 +0900)
committerKukjin Kim <kgene@kernel.org>
Tue, 3 Feb 2015 22:58:24 +0000 (07:58 +0900)
This is required to fix regression after introducing the PMU device
nodes required for the PMU driver modified in commit 14fc8b93d473
("ARM: EXYNOS: Add platform driver support for Exynos PMU").
This change is needed to make MIPI DSI displays and MIPI CSI-2
camera sensors working again on Exynos4 boards.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos4.dtsi

index c5dc2efb99ed1dc7e3ab6effcfb14756c19dad96..8e73b67fd6284c44a8be48969c1482263543e146 100644 (file)
@@ -76,6 +76,7 @@
                compatible = "samsung,s5pv210-mipi-video-phy";
                reg = <0x10020710 8>;
                #phy-cells = <1>;
+               syscon = <&pmu_system_controller>;
        };
 
        pd_mfc: mfc-power-domain@10023C40 {
This page took 0.042872 seconds and 5 git commands to generate.