diff options
author | 2019-11-29 17:48:59 +0100 | |
---|---|---|
committer | 2020-01-09 14:46:31 +0800 | |
commit | a52e537da7e900518e13503a957f15bf3ac901a9 (patch) | |
tree | c3db2040f136769c05c1587af9f259da8159960a | |
parent | ARM: dts: imx51-babbage: Fix the DVI output description (diff) | |
download | wireguard-linux-a52e537da7e900518e13503a957f15bf3ac901a9.tar.xz wireguard-linux-a52e537da7e900518e13503a957f15bf3ac901a9.zip |
ARM: dts: imx6: phycore-som: add pmic onkey device
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi index 644625d97f56..978dc1c2ff1b 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi @@ -101,6 +101,10 @@ compatible = "dlg,da9062-rtc"; }; + da9062_onkey: onkey { + compatible = "dlg,da9062-onkey"; + }; + watchdog { compatible = "dlg,da9062-watchdog"; }; |