summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-05-23 05:25:17 +0200
committerKukjin Kim <kgene@kernel.org>2015-06-03 02:47:05 +0200
commit5ec1d441a4227b2dfdc47fdc13aa7c6c50496194 (patch)
treea7c447661c2bb6e7bef698924cf3e47582073b9b /arch/arm/boot
parentARM: dts: Remove obsolete MIPI DPHY 'reg' property for exynos4 (diff)
downloadlinux-5ec1d441a4227b2dfdc47fdc13aa7c6c50496194.tar.xz
linux-5ec1d441a4227b2dfdc47fdc13aa7c6c50496194.zip
ARM: dts: Add syscon property to the MIPI DPHY for exynos4415
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/exynos4415.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4415.dtsi b/arch/arm/boot/dts/exynos4415.dtsi
index 186cb8465683..6a83d7999d8a 100644
--- a/arch/arm/boot/dts/exynos4415.dtsi
+++ b/arch/arm/boot/dts/exynos4415.dtsi
@@ -124,8 +124,8 @@
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 {