Browse Source

ARM: dts: Add syscon property to the MIPI phy in exynos5420

Since commit e4b3d38088df ("phy: exynos-video-mipi: Fix regression by
adding support for PMU regmap") the syscon property is required in
samsung,s5pv210-mipi-video-phy nodes, but this DTS hadn't been updated
yet.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Tomeu Vizoso 10 years ago
parent
commit
d1ed0d2169
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/exynos5420.dtsi

+ 1 - 1
arch/arm/boot/dts/exynos5420.dtsi

@@ -540,7 +540,7 @@
 
 
 	mipi_phy: video-phy@10040714 {
 	mipi_phy: video-phy@10040714 {
 		compatible = "samsung,s5pv210-mipi-video-phy";
 		compatible = "samsung,s5pv210-mipi-video-phy";
-		reg = <0x10040714 12>;
+		syscon = <&pmu_system_controller>;
 		#phy-cells = <1>;
 		#phy-cells = <1>;
 	};
 	};