This patch removes mipi phy relevant properties from dsim device node
and makes the pmureg device node to be used instead to enable
mipi phy.

Signed-off-by: Inki Dae <inki.dae at samsung.com>
---
 arch/arm/boot/dts/exynos5420.dtsi |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5420.dtsi 
b/arch/arm/boot/dts/exynos5420.dtsi
index 6d38f8b..b8b8826 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -525,8 +525,7 @@
                compatible = "samsung,exynos5410-mipi-dsi";
                reg = <0x14500000 0x10000>;
                interrupts = <0 82 0>;
-               phys = <&mipi_phy 1>;
-               phy-names = "dsim";
+               samsung,pmureg = <&pmu_system_controller>;
                clocks = <&clock CLK_DSIM1>, <&clock CLK_SCLK_MIPI1>;
                clock-names = "bus_clk", "pll_clk";
                #address-cells = <1>;
-- 
1.7.9.5

Reply via email to