diff mbox series

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

Message ID 1505889921-99495-1-git-send-email-david.wu@rock-chips.com
State Accepted
Delegated to: Philipp Tomsich
Headers show
Series Add rockchip SARADC support | expand

Commit Message

David Wu Sept. 20, 2017, 6:45 a.m. UTC
Enable the SARADC for download key pressed detect.

Signed-off-by: David Wu <david.wu@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(+)

Comments

Philipp Tomsich Sept. 20, 2017, 11:28 a.m. UTC | #1
> Enable the SARADC for download key pressed detect.
> 
> Signed-off-by: David Wu <david.wu@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(+)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich Sept. 20, 2017, 11:29 a.m. UTC | #2
> Enable the SARADC for download key pressed detect.
> 
> Signed-off-by: David Wu <david.wu@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(+)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich Sept. 20, 2017, 11:52 a.m. UTC | #3
> 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>
> ---
> 
> Changes in v3:
> - Add commit message
> 
> Changes in v2: None
> 
>  arch/arm/dts/rk3368-px5-evb.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Applied to u-boot-rockchip, thanks!
diff mbox series

Patch

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 */