Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Anson Huang and committed by
Shawn Guo
052ce6f4 ee279588

+5
+4
arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
··· 238 238 status = "okay"; 239 239 }; 240 240 241 + &snvs_pwrkey { 242 + status = "okay"; 243 + }; 244 + 241 245 &tsc { 242 246 pinctrl-names = "default"; 243 247 pinctrl-0 = <&pinctrl_tsc>;
+1
arch/arm/boot/dts/imx6ul.dtsi
··· 650 650 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 651 651 linux,keycode = <KEY_POWER>; 652 652 wakeup-source; 653 + status = "disabled"; 653 654 }; 654 655 655 656 snvs_lpgpr: snvs-lpgpr {