diff mbox series

[3/3] ARM: dts: imx6: phycore-som: add pmic onkey device

Message ID 20191129164859.15632-3-m.felsch@pengutronix.de (mailing list archive)
State New, archived
Headers show
Series [1/3] ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage | expand

Commit Message

Marco Felsch Nov. 29, 2019, 4:48 p.m. UTC
Without the onkey device it isn't possible to power off the system using
the X_PMIC_nONKEY signal which is routed to the SoM pin header.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Marco Felsch Jan. 7, 2020, 1:48 p.m. UTC | #1
Hi,

gentle ping.

Regards,
  Marco

On 19-11-29 17:48, Marco Felsch wrote:
> Without the onkey device it isn't possible to power off the system using
> the X_PMIC_nONKEY signal which is routed to the SoM pin header.
> 
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
> ---
>  arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
> index 44e333848b4d..cb6789807de9 100644
> --- a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
> @@ -100,6 +100,10 @@
>  			compatible = "dlg,da9062-rtc";
>  		};
>  
> +		da9062_onkey: onkey {
> +			compatible = "dlg,da9062-onkey";
> +		};
> +
>  		watchdog {
>  			compatible = "dlg,da9062-watchdog";
>  		};
> -- 
> 2.20.1
> 
> 
>
Shawn Guo Jan. 9, 2020, 6:46 a.m. UTC | #2
On Fri, Nov 29, 2019 at 05:48:59PM +0100, Marco Felsch wrote:
> Without the onkey device it isn't possible to power off the system using
> the X_PMIC_nONKEY signal which is routed to the SoM pin header.
> 
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>

Applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
index 44e333848b4d..cb6789807de9 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
@@ -100,6 +100,10 @@ 
 			compatible = "dlg,da9062-rtc";
 		};
 
+		da9062_onkey: onkey {
+			compatible = "dlg,da9062-onkey";
+		};
+
 		watchdog {
 			compatible = "dlg,da9062-watchdog";
 		};