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

Commit bc56a2c0 authored by Yashwanth's avatar Yashwanth
Browse files

ARM: dts: msm: add dt support for display imem info in bengal

This change adds dt support for display imem address & size
in bengal target. This region is used to share the ramdump
memory information between  the bootloader and kernel.

Change-Id: I6409daf8346563fbde5e54ba3694af3615b1f6af
parent 4585e049
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -5,10 +5,13 @@
		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>,