diff options
author | David Wu <david.wu@rock-chips.com> | 2017-09-20 14:44:23 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-10-01 00:33:30 +0200 |
commit | f957dec682dc2fa0363e09bfb5f41f008569245b (patch) | |
tree | c03bcd969d313ec228a9f283d1a46fcc3a67c2d3 /arch/arm/dts/rk3328-evb.dts | |
parent | 0eaf58bfaa0cffe822e216e260c1d36284d8bf10 (diff) |
rockchip: dts: Enable SARADC for rk3328-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/arm/dts/rk3328-evb.dts')
-rw-r--r-- | arch/arm/dts/rk3328-evb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3328-evb.dts b/arch/arm/dts/rk3328-evb.dts index 8a14c653e4..df44ccbdb0 100644 --- a/arch/arm/dts/rk3328-evb.dts +++ b/arch/arm/dts/rk3328-evb.dts @@ -42,6 +42,10 @@ }; }; +&saradc { + status = "okay"; +}; + &uart2 { status = "okay"; }; |