[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1455521613-27340-9-git-send-email-wxt@rock-chips.com>
Date: Mon, 15 Feb 2016 15:33:33 +0800
From: Caesar Wang <wxt@...k-chips.com>
To: Heiko Stuebner <heiko@...ech.de>, edubezval@...il.com
Cc: huangtao@...k-chips.com,
Michael Turquette <mturquette@...libre.com>,
linux-pm@...r.kernel.org, Stephen Boyd <sboyd@...eaurora.org>,
zhangqing@...k-chips.com, linux-kernel@...r.kernel.org,
linux-rockchip@...ts.infradead.org,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Jeffy Chen <jeffy.chen@...k-chips.com>,
Zhang Rui <rui.zhang@...el.com>, linux-clk@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Caesar Wang <wxt@...k-chips.com>
Subject: [RESEND PATCH 8/8] ARM: dts: rockchip: enable the tsadc for rk3228 evb
This patch enables the tsadc for rk3228 evb board.
The rk3228 evb board uses the CRU to reset the chip since it hasn't the
PMIC to connect it, and TSHUT is low active on evb board.
Signed-off-by: Caesar Wang <wxt@...k-chips.com>
---
arch/arm/boot/dts/rk3228-evb.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/rk3228-evb.dts b/arch/arm/boot/dts/rk3228-evb.dts
index e3898b8..c75cc41 100644
--- a/arch/arm/boot/dts/rk3228-evb.dts
+++ b/arch/arm/boot/dts/rk3228-evb.dts
@@ -61,6 +61,13 @@
status = "okay";
};
+&tsadc {
+ status = "okay";
+
+ rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
+ rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
+};
+
&uart2 {
status = "okay";
};
--
1.9.1
Powered by blists - more mailing lists