diff options
author | David Wu <david.wu@rock-chips.com> | 2017-09-20 14:46:19 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-10-01 00:33:31 +0200 |
commit | 6333a3bad91153c9183060624de190709076eb48 (patch) | |
tree | 4129cf33eeae2e1fbdf8dc862e72794f7eb583c0 /arch/arm/dts/rk3368-sheep.dts | |
parent | 0ac1ae65eae072b56928f17b4a2abf79d2d1c477 (diff) |
rockchip: dts: Enable SARADC for rk3368-sheep
Enable the SARADC for download key pressed detect.
Signed-off-by: David Wu <david.wu@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch/arm/dts/rk3368-sheep.dts')
-rw-r--r-- | arch/arm/dts/rk3368-sheep.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3368-sheep.dts b/arch/arm/dts/rk3368-sheep.dts index 7c190f74566..27befadd67c 100644 --- a/arch/arm/dts/rk3368-sheep.dts +++ b/arch/arm/dts/rk3368-sheep.dts @@ -260,6 +260,10 @@ }; }; +&saradc { + status = "okay"; +}; + &tsadc { status = "okay"; rockchip,hw-tshut-mode = <0>; /* CRU */ |