From: Krzysztof Kozlowski Date: Sat, 23 May 2015 03:25:17 +0000 (+0900) Subject: ARM: dts: Add syscon property to the MIPI DPHY for exynos4415 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5ec1d441a4227b2dfdc47fdc13aa7c6c50496194;p=deliverable%2Flinux.git 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 Reviewed-by: Javier Martinez Canillas Signed-off-by: Kukjin Kim --- 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 {