[U-Boot] [PATCH v3 12/14] rockchip: dts: Enable SARADC for rk3368-px5-evb

David Wu david.wu at rock-chips.com
Wed Sep 20 06:45:21 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/rk3368-px5-evb.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/rk3368-px5-evb.dts b/arch/arm/dts/rk3368-px5-evb.dts
index c7478f7..e9c5eba 100644
--- a/arch/arm/dts/rk3368-px5-evb.dts
+++ b/arch/arm/dts/rk3368-px5-evb.dts
@@ -296,6 +296,10 @@
 	};
 };
 
+&saradc {
+	status = "okay";
+};
+
 &tsadc {
 	status = "okay";
 	rockchip,hw-tshut-mode = <0>; /* CRU */
-- 
2.7.4




More information about the U-Boot mailing list