mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ODROID-G12: Add picdec for imageserver.
Change-Id: Ic42dfe19241596079a8a5927ba9a38655589d7e7
This commit is contained in:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user