From 1c54ed1c193578dfec67ebe451fcc3b7d041f69d Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Fri, 21 Dec 2018 18:23:05 +0900 Subject: [PATCH] ODROID-COMMON: arm64/dts: disable 'vdin0/1' nodes unsupported Change-Id: If1910cc8e9317b9e1a153196ad46f4d2c5142d1d Signed-off-by: Dongjin Kim --- arch/arm64/boot/dts/amlogic/meson64_odroidn2.dts | 4 +++- arch/arm64/boot/dts/amlogic/mesong12_odroid_common.dtsi | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/amlogic/meson64_odroidn2.dts b/arch/arm64/boot/dts/amlogic/meson64_odroidn2.dts index eb40488900a7..e744baf654a0 100644 --- a/arch/arm64/boot/dts/amlogic/meson64_odroidn2.dts +++ b/arch/arm64/boot/dts/amlogic/meson64_odroidn2.dts @@ -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 */ diff --git a/arch/arm64/boot/dts/amlogic/mesong12_odroid_common.dtsi b/arch/arm64/boot/dts/amlogic/mesong12_odroid_common.dtsi index 0b7407f9910a..ef501af3cb10 100644 --- a/arch/arm64/boot/dts/amlogic/mesong12_odroid_common.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesong12_odroid_common.dtsi @@ -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