[U-Boot] [PATCH v3 14/14] rockchip: dts: Enable SARADC for rk3399-evb
David Wu
david.wu at rock-chips.com
Wed Sep 20 06:47:19 UTC 2017
Enable the SARADC for download key pressed detect.
Signed-off-by: David Wu <david.wu at rock-chips.com>
---
Changes in v3:
- Add commit message
Changes in v2: None
arch/arm/dts/rk3399-evb.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/rk3399-evb.dts b/arch/arm/dts/rk3399-evb.dts
index be0c6d9..0e5d8d7 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";
--
2.7.4
More information about the U-Boot
mailing list