ODROID-G12: Add picdec for imageserver.

Change-Id: Ic42dfe19241596079a8a5927ba9a38655589d7e7
This commit is contained in:
Chris
2023-04-13 17:19:45 +09:00
parent e820bc3314
commit 8cf2c7456b
2 changed files with 30 additions and 0 deletions

View File

@@ -41,6 +41,14 @@
status = "okay";
};
picdec_cma_reserved:linux,picdec {
compatible = "shared-dma-pool";
reusable;
size = <0x0>;
alignment = <0x0>;
linux,contiguous-region;
};
codec_mm {
compatible = "amlogic, codec, mm";
memory-region = <&codec_mm_cma &codec_mm_reserved>;
@@ -49,6 +57,13 @@
clear-map;
};
picdec {
compatible = "amlogic, picdec";
memory-region = <&picdec_cma_reserved>;
dev_name = "picdec";
status = "okay";
};
ppmgr {
compatible = "amlogic, ppmgr";
memory-region = <&ppmgr_reserved>;

View File

@@ -33,6 +33,14 @@
spi1 = &spicc1;
};
picdec_cma_reserved:linux,picdec {
compatible = "shared-dma-pool";
reusable;
size = <0x0>;
alignment = <0x0>;
linux,contiguous-region;
};
codec_mm {
compatible = "amlogic, codec, mm";
memory-region = <&codec_mm_cma &codec_mm_reserved>;
@@ -41,6 +49,13 @@
clear-map;
};
picdec {
compatible = "amlogic, picdec";
memory-region = <&picdec_cma_reserved>;
dev_name = "picdec";
status = "okay";
};
ppmgr {
compatible = "amlogic, ppmgr";
memory-region = <&ppmgr_reserved>;