dts/amlogic: Add ppmgr for meson64_odroidn2

This commit is contained in:
Ray
2019-05-22 14:57:58 +02:00
committed by Dongjin Kim
parent 53fc7a5a5b
commit feb8346ab8
2 changed files with 14 additions and 0 deletions

View File

@@ -57,6 +57,13 @@
reg = <0x0 0x05300000 0x0 0x2000000>;
no-map;
};
/* POST PROCESS MANAGER */
ppmgr_reserved:linux,ppmgr {
compatible = "shared-dma-pool";
size = <0x0 0x0>;
};
logo_reserved:linux,meson-fb {
compatible = "shared-dma-pool";
reusable;

View File

@@ -46,6 +46,13 @@
status = "okay";
};
ppmgr {
compatible = "amlogic, ppmgr";
memory-region = <&ppmgr_reserved>;
dev_name = "ppmgr";
status = "okay";
};
ionvideo {
compatible = "amlogic, ionvideo";
dev_name = "ionvideo";