From 0c6fad26e38c6cec1ebd49ff3582d7c62d1a04c7 Mon Sep 17 00:00:00 2001 From: Shen Zhenyi Date: Wed, 3 Feb 2016 14:44:33 +0800 Subject: [PATCH] ARM: dtsi: rk3036: tve add node to set value by user Change-Id: If1e1043408f7489e00b94d0f8fa2564dbdc3159f Signed-off-by: Shen Zhenyi --- arch/arm/boot/dts/rk3036.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index c65533362ad7..3d746c8fee96 100755 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -636,6 +636,13 @@ tve: tve{ compatible = "rockchip,rk3036-tve"; reg = <0x10118200 0x100>; + saturation = <0x00386346>; + brightcontrast = <0x00008b00>; + adjtiming = <0xa6c00880>; + lumafilter0 = <0x02ff0000>; + lumafilter1 = <0xf40202fd>; + lumafilter2 = <0xf332d919>; + daclevel = <0x3e>; status = "disabled"; }; -- 2.34.1