diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2015-02-04 07:58:24 +0900 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-02-04 07:58:24 +0900 |
commit | c8ef0bee5f5395b1ac96225186d56fb35107a49a (patch) | |
tree | 51c5c4b6cba5e6e5b1f1ef8bf496213ce0b69251 /arch/arm/boot | |
parent | 440e5aefa7d6efd46f2c166cc9410237847f7721 (diff) |
ARM: dts: Add syscon phandle to the video-phy node for Exynos4
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/exynos4.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index c5dc2efb99ed..8e73b67fd628 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -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 { |