diff options
| author | David Wu <[email protected]> | 2017-09-20 14:43:08 +0800 |
|---|---|---|
| committer | Philipp Tomsich <[email protected]> | 2017-10-01 00:33:30 +0200 |
| commit | 0eaf58bfaa0cffe822e216e260c1d36284d8bf10 (patch) | |
| tree | 0496e311362a91d9f1d81ad45707d183fa367e1b | |
| parent | 679276bde6f0aebb207053b5f11012f20577ce37 (diff) | |
rockchip: dts: Enable SARADC for rk3288-popmetal
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/rk3288-popmetal.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3288-popmetal.dtsi b/arch/arm/dts/rk3288-popmetal.dtsi index dd6ce8b69e6..63785eb55ef 100644 --- a/arch/arm/dts/rk3288-popmetal.dtsi +++ b/arch/arm/dts/rk3288-popmetal.dtsi @@ -491,6 +491,10 @@ }; }; +&saradc { + status = "okay"; +}; + &tsadc { rockchip,hw-tshut-mode = <0>; rockchip,hw-tshut-polarity = <0>; |
