diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2019-06-13 06:35:24 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-18 10:14:57 +0300 |
commit | 052ce6f4de52d2df131c221205e37ba073a420df (patch) | |
tree | d90d11392267c3061e9021506ea170feab03a68f /arch/arm/boot/dts/imx6ul.dtsi | |
parent | ee279588ac481742f53641d1b1e9049d97d8fb90 (diff) | |
download | linux-052ce6f4de52d2df131c221205e37ba073a420df.tar.xz |
ARM: dts: imx6ul: Enable SNVS power key according to board design
The SNVS power key depends on board design, by default it should
be disabled in SoC DT and ONLY be enabled on board DT if it is
wired up.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 91a0ced44e27..f62cedcf458a 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -650,6 +650,7 @@ interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; linux,keycode = <KEY_POWER>; wakeup-source; + status = "disabled"; }; snvs_lpgpr: snvs-lpgpr { |