ARM: dts: Add syscon property to the MIPI DPHY for exynos4415
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Sat, 23 May 2015 03:25:17 +0000 (12:25 +0900)
committerKukjin Kim <kgene@kernel.org>
Wed, 3 Jun 2015 00:47:05 +0000 (09:47 +0900)
Since e4b3d38088df ("phy: exynos-video-mipi: Fix regression by adding
support for PMU regmap") the Exynos PMU driver provides regmap to access
the MIPI DPHY registers. The MIPI DPHY driver accesses this regmap
through syscon phandle.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos4415.dtsi

index 186cb8465683dd86a183c1962bf8cc485bbb03d0..6a83d7999d8a86bba71283b0d08fa0e5cd8fe9a8 100644 (file)
 
                mipi_phy: video-phy@10020710 {
                        compatible = "samsung,s5pv210-mipi-video-phy";
-                       reg = <0x10020710 8>;
                        #phy-cells = <1>;
+                       syscon = <&pmu_system_controller>;
                };
 
                pd_cam: cam-power-domain@10024000 {
This page took 0.025312 seconds and 5 git commands to generate.