mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
picdec: add picdec dev node for u200 u211 u212 w400 sm1 [1/1]
PD#SWPL-4551 Problem: ImagePlayer cannot play picture Solution: add picdec dev node for u200 u211 u212 w400 Verify: franklin Change-Id: I35cc28e2ab06367f33a7326ce671b1ee461e6fb1 Signed-off-by: xi an <an.xi@amlogic.com> Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
This commit is contained in:
@@ -246,6 +246,21 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
picdec_cma_reserved:linux,picdec {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0>;
|
||||
alignment = <0x0>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
picdec {
|
||||
compatible = "amlogic, picdec";
|
||||
memory-region = <&picdec_cma_reserved>;
|
||||
dev_name = "picdec";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
deinterlace {
|
||||
compatible = "amlogic, deinterlace";
|
||||
status = "okay";
|
||||
|
||||
@@ -246,6 +246,21 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
picdec_cma_reserved:linux,picdec {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0>;
|
||||
alignment = <0x0>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
picdec {
|
||||
compatible = "amlogic, picdec";
|
||||
memory-region = <&picdec_cma_reserved>;
|
||||
dev_name = "picdec";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
deinterlace {
|
||||
compatible = "amlogic, deinterlace";
|
||||
status = "okay";
|
||||
|
||||
@@ -246,6 +246,21 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
picdec_cma_reserved:linux,picdec {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0>;
|
||||
alignment = <0x0>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
picdec {
|
||||
compatible = "amlogic, picdec";
|
||||
memory-region = <&picdec_cma_reserved>;
|
||||
dev_name = "picdec";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
deinterlace {
|
||||
compatible = "amlogic, deinterlace";
|
||||
status = "okay";
|
||||
|
||||
@@ -174,6 +174,21 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
picdec_cma_reserved:linux,picdec {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0>;
|
||||
alignment = <0x0>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
picdec {
|
||||
compatible = "amlogic, picdec";
|
||||
memory-region = <&picdec_cma_reserved>;
|
||||
dev_name = "picdec";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
deinterlace {
|
||||
compatible = "amlogic, deinterlace";
|
||||
status = "okay";
|
||||
|
||||
@@ -246,6 +246,21 @@
|
||||
};
|
||||
};
|
||||
|
||||
picdec_cma_reserved:linux,picdec {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0>;
|
||||
alignment = <0x0>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
picdec {
|
||||
compatible = "amlogic, picdec";
|
||||
memory-region = <&picdec_cma_reserved>;
|
||||
dev_name = "picdec";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
codec_mm {
|
||||
compatible = "amlogic, codec, mm";
|
||||
memory-region = <&codec_mm_cma &codec_mm_reserved>;
|
||||
|
||||
@@ -246,6 +246,21 @@
|
||||
};
|
||||
};
|
||||
|
||||
picdec_cma_reserved:linux,picdec {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0>;
|
||||
alignment = <0x0>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
picdec {
|
||||
compatible = "amlogic, picdec";
|
||||
memory-region = <&picdec_cma_reserved>;
|
||||
dev_name = "picdec";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
codec_mm {
|
||||
compatible = "amlogic, codec, mm";
|
||||
memory-region = <&codec_mm_cma &codec_mm_reserved>;
|
||||
|
||||
@@ -280,6 +280,21 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
picdec_cma_reserved:linux,picdec {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0>;
|
||||
alignment = <0x0>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
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