diff options
author | David Wu | 2017-09-20 14:41:38 +0800 |
---|---|---|
committer | Philipp Tomsich | 2017-10-01 00:33:30 +0200 |
commit | 679276bde6f0aebb207053b5f11012f20577ce37 (patch) | |
tree | 51a88a4eafcc14a675936c2eeae2090152b9f475 /arch | |
parent | fdc1eccbd19e8ea45e527d2b199917c075b6a4cd (diff) |
rockchip: dts: Enable SARADC for rv1108-evb
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')
-rw-r--r-- | arch/arm/dts/rv1108-evb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rv1108-evb.dts b/arch/arm/dts/rv1108-evb.dts index 2b221b6d61e..8e857b2c891 100644 --- a/arch/arm/dts/rv1108-evb.dts +++ b/arch/arm/dts/rv1108-evb.dts @@ -39,6 +39,10 @@ snps,reset-gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_LOW>; }; +&saradc { + status = "okay"; +}; + &sfc { status = "okay"; flash@0 { |