ODROID-COMMON: arm64/dts: disable 'vdin0/1' nodes unsupported

Change-Id: If1910cc8e9317b9e1a153196ad46f4d2c5142d1d
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2018-12-21 18:23:05 +09:00
parent 6f289b9235
commit a103b9c302
3 changed files with 8 additions and 4 deletions

View File

@@ -239,7 +239,7 @@
/*if you want to use vdin just modify status to "ok"*/
&vdin0 {
memory-region = <&vdin0_cma_reserved>;
status = "okay";
status = "disable";
/*vdin write mem color depth support:
*bit0:support 8bit
*bit1:support 9bit
@@ -252,7 +252,7 @@
&vdin1 {
memory-region = <&vdin1_cma_reserved>;
status = "okay";
status = "disable";
/*vdin write mem color depth support:
*bit0:support 8bit
*bit1:support 9bit

View File

@@ -107,14 +107,16 @@
};
/* vdin0 CMA pool */
vdin0_cma_reserved:linux,vdin0_cma {
status = "disable";
compatible = "shared-dma-pool";
reusable;
/* 1920x1080x2x4 =16+4 M */
/* 1920x1080x2x4 =16+4 M */
size = <0x0 0x04000000>;
alignment = <0x0 0x400000>;
};
/* vdin1 CMA pool */
vdin1_cma_reserved:linux,vdin1_cma {
status = "disable";
compatible = "shared-dma-pool";
reusable;
/* 1920x1080x2x4 =16 M */

View File

@@ -117,14 +117,16 @@
};
/* vdin0 CMA pool */
vdin0_cma_reserved:linux,vdin0_cma {
status = "disable";
compatible = "shared-dma-pool";
reusable;
/* 1920x1080x2x4 =16+4 M */
/* 1920x1080x2x4 =16+4 M */
size = <0x0 0x04000000>;
alignment = <0x0 0x400000>;
};
/* vdin1 CMA pool */
vdin1_cma_reserved:linux,vdin1_cma {
status = "disable";
compatible = "shared-dma-pool";
reusable;
/* 1920x1080x2x4 =16 M */