1
0
Fork 0

arm64: dts: imx8mm: 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>
alistair/sunxi64-5.4-dsi
Anson Huang 2019-06-13 10:01:04 +08:00 committed by Shawn Guo
parent 3c3a8e5013
commit d038c1dc35
2 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,10 @@
};
};
&snvs_pwrkey {
status = "okay";
};
&uart2 { /* console */
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart2>;

View File

@ -432,6 +432,7 @@
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
linux,keycode = <KEY_POWER>;
wakeup-source;
status = "disabled";
};
};