mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
buildroot: Enable ppmgr in g12b_a113d_skt DTS [1/1]
PD#SWPL-802 Problem: Black screen when play video, due to ppmgr is not enabled in g12b_skt dts Solution: Enable ppmgr in g12b_a113d_skt DTS file Verify: W400 Change-Id: Ibe94b113552d54d365775556807bdacb249f9a00 Signed-off-by: Blance Tang <guofeng.tang@amlogic.com>
This commit is contained in:
@@ -114,6 +114,11 @@
|
||||
size = <0x0 0x02800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
/* POST PROCESS MANAGER */
|
||||
ppmgr_reserved:linux,ppmgr {
|
||||
compatible = "shared-dma-pool";
|
||||
size = <0x0 0x0>;
|
||||
};
|
||||
codec_mm_cma:linux,codec_mm_cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
@@ -251,6 +256,13 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ppmgr {
|
||||
compatible = "amlogic, ppmgr";
|
||||
memory-region = <&ppmgr_reserved>;
|
||||
dev_name = "ppmgr";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
deinterlace {
|
||||
compatible = "amlogic, deinterlace";
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user