diff mbox series

[U-Boot,v3,09/14] rockchip: dts: Enable SARADC for rv1108-evb

Message ID 1505889698-99285-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:41 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/rv1108-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/rv1108-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/rv1108-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/rv1108-evb.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 

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

Patch

diff --git a/arch/arm/dts/rv1108-evb.dts b/arch/arm/dts/rv1108-evb.dts
index 0128dd8..e21b57f 100644
--- a/arch/arm/dts/rv1108-evb.dts
+++ b/arch/arm/dts/rv1108-evb.dts
@@ -30,6 +30,10 @@ 
 	snps,reset-gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_LOW>;
 };
 
+&saradc {
+	status = "okay";
+};
+
 &sfc {
 	status = "okay";
 	flash@0 {