* We already reserve the space in dts but its
not being called upon from dtsi.
* This fixes screen blanking during Toasts and
other pop up messages.
* [npjohnson]: Pull the original definition from SM1 deadpool
DTS.
Change-Id: I51f7aa6d0953b42c358a4ab963cc4cd72e1f35c3
ion_dev {
compatible = "amlogic, ion_dev";
- memory-region = <&ion_cma_reserved>;
+ memory-region = <&ion_cma_reserved
+ &ion_fb_reserved>;
};/* end of ion_dev*/
audiobus: audiobus@0xFF660000 {
size = <0x0 0x8000000>;
alignment = <0x0 0x400000>;
};
+ ion_fb_reserved:linux,ion-fb {
+ compatible = "amlogic, ion-fb-mem";
+ reusable;
+ /* 1920x1080x4x3 round up 4M align */
+ size = <0x0 0x1c00000>;
+ alignment = <0x0 0x400000>;
+ };
//di_reserved:linux,di {
//compatible = "amlogic, di-mem";
/* buffer_size = 3621952(yuv422 8bit) */