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 a266329c7b
commit 1c54ed1c19
2 changed files with 5 additions and 3 deletions

View File

@@ -108,14 +108,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

@@ -231,7 +231,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
@@ -244,7 +244,7 @@
&vdin1 {
memory-region = <&vdin1_cma_reserved>;
status = "okay";
status = "disable";
/*vdin write mem color depth support:
*bit0:support 8bit
*bit1:support 9bit