diff options
| author | David Wu <[email protected]> | 2017-09-20 14:47:19 +0800 |
|---|---|---|
| committer | Philipp Tomsich <[email protected]> | 2017-10-01 00:33:31 +0200 |
| commit | 3b4cab15acd83aa468e809a300797253d8f66818 (patch) | |
| tree | 5d2cc723a2bac8d6835edaee05be46b1499f295e | |
| parent | 6333a3bad91153c9183060624de190709076eb48 (diff) | |
rockchip: dts: Enable SARADC for rk3399-evb
Enable the SARADC for download key pressed detect.
Signed-off-by: David Wu <[email protected]>
Acked-by: Philipp Tomsich <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3399-evb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-evb.dts b/arch/arm/dts/rk3399-evb.dts index be0c6d98bd3..0e5d8d79a19 100644 --- a/arch/arm/dts/rk3399-evb.dts +++ b/arch/arm/dts/rk3399-evb.dts @@ -149,6 +149,10 @@ status = "okay"; }; +&saradc { + status = "okay"; +}; + &sdmmc { bus-width = <4>; status = "okay"; |
