diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-05-23 06:24:43 +0300 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-06-03 03:47:00 +0300 |
commit | 21f5278e114ce2a71bfcabb27c63ce5daa3f4234 (patch) | |
tree | 7cfa32d4893ba74c52f769af988bf050e98ade57 /arch/arm/boot | |
parent | 8d9321fbe2be1b403ac861930ed87d4b36d9febc (diff) | |
download | linux-21f5278e114ce2a71bfcabb27c63ce5daa3f4234.tar.xz |
ARM: dts: Remove obsolete MIPI DPHY 'reg' property for exynos4
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 node uses
a phandle to syscon to get this regmap. The 'reg' field is obsolete.
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/exynos4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 1c74c1296ab7..6e7f0b4afa84 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -78,7 +78,6 @@ mipi_phy: video-phy@10020710 { compatible = "samsung,s5pv210-mipi-video-phy"; - reg = <0x10020710 8>; #phy-cells = <1>; syscon = <&pmu_system_controller>; }; |