Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2eb62941 authored by YoungJun Cho's avatar YoungJun Cho Committed by Inki Dae
Browse files

ARM: dts: exynos4: add system register property



This patch adds sysreg property to fimd device node
which is required to use I80 interface.

Signed-off-by: default avatarYoungJun Cho <yj44.cho@samsung.com>
Acked-by: default avatarInki Dae <inki.dae@samsung.com>
Acked-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 9a320415
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -608,6 +608,7 @@
		clocks = <&clock CLK_SCLK_FIMD0>, <&clock CLK_FIMD0>;
		clocks = <&clock CLK_SCLK_FIMD0>, <&clock CLK_FIMD0>;
		clock-names = "sclk_fimd", "fimd";
		clock-names = "sclk_fimd", "fimd";
		samsung,power-domain = <&pd_lcd0>;
		samsung,power-domain = <&pd_lcd0>;
		samsung,sysreg = <&sys_reg>;
		status = "disabled";
		status = "disabled";
	};
	};
};
};