From: liangzhuo.xie Date: Thu, 10 Jan 2019 03:13:44 +0000 (+0800) Subject: dts: add amlvideo2.0/2.1 for tl1 [1/1] X-Git-Tag: hardkernel-4.9.236-104~1683 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f4ad5e0d5a304170235d0606a911e42f2cdae01;p=platform%2Fkernel%2Flinux-amlogic.git dts: add amlvideo2.0/2.1 for tl1 [1/1] PD#SWPL-4080 Problem: add screen capture for tl1 Solution: add amlvideo2.0/2.1 on dts Verify: verify by tl1 Change-Id: I0ded6c995c6306b844cc87539443af6822f6c7f2 Signed-off-by: liangzhuo.xie --- diff --git a/arch/arm/boot/dts/amlogic/tl1_t962x2_x301.dts b/arch/arm/boot/dts/amlogic/tl1_t962x2_x301.dts index e280dea..eeddf10 100644 --- a/arch/arm/boot/dts/amlogic/tl1_t962x2_x301.dts +++ b/arch/arm/boot/dts/amlogic/tl1_t962x2_x301.dts @@ -788,6 +788,22 @@ }; }; /* End unifykey */ + amlvideo2_0 { + compatible = "amlogic, amlvideo2"; + dev_name = "amlvideo2"; + status = "okay"; + amlvideo2_id = <0>; + cma_mode = <1>; + }; + + amlvideo2_1 { + compatible = "amlogic, amlvideo2"; + dev_name = "amlvideo2"; + status = "okay"; + amlvideo2_id = <1>; + cma_mode = <1>; + }; + hdmirx { compatible = "amlogic, hdmirx_tl1"; #address-cells=<1>; diff --git a/arch/arm64/boot/dts/amlogic/tl1_t962x2_x301.dts b/arch/arm64/boot/dts/amlogic/tl1_t962x2_x301.dts index 1fe0df1..2a8298e 100644 --- a/arch/arm64/boot/dts/amlogic/tl1_t962x2_x301.dts +++ b/arch/arm64/boot/dts/amlogic/tl1_t962x2_x301.dts @@ -784,6 +784,22 @@ }; }; /* End unifykey */ + amlvideo2_0 { + compatible = "amlogic, amlvideo2"; + dev_name = "amlvideo2"; + status = "okay"; + amlvideo2_id = <0>; + cma_mode = <1>; + }; + + amlvideo2_1 { + compatible = "amlogic, amlvideo2"; + dev_name = "amlvideo2"; + status = "okay"; + amlvideo2_id = <1>; + cma_mode = <1>; + }; + hdmirx { compatible = "amlogic, hdmirx_tl1"; #address-cells=<1>;