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

Commit 8f97bb5b authored by Yashwanth's avatar Yashwanth Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add dt support for display imem in scuba

This change adds dt support for display imem address & size
in scuba target.

Change-Id: If1734d15501cad3c4b02af5401b4e94ee669fb9e
parent b37c07f4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,10 +5,12 @@
		compatible = "qcom,sde-kms";
		reg = <0x5e00000 0x8f030>,
		      <0x5eb0000 0x2008>,
		      <0x5e8f000 0x02c>;
		      <0x5e8f000 0x02c>,
		      <0xc125ba4 0x20>;
		reg-names = "mdp_phys",
			   "vbif_phys",
			   "sid_phys";
			   "sid_phys",
			   "sde_imem_phys";

		clocks =
			<&gcc GCC_DISP_AHB_CLK>,