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

ARM: dts: imx6sll: 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
bbfba8c7 052ce6f4

+5
+4
arch/arm/boot/dts/imx6sll-evk.dts
··· 269 269 vin-supply = <&sw2_reg>; 270 270 }; 271 271 272 + &snvs_pwrkey { 273 + status = "okay"; 274 + }; 275 + 272 276 &uart1 { 273 277 pinctrl-names = "default"; 274 278 pinctrl-0 = <&pinctrl_uart1>;
+1
arch/arm/boot/dts/imx6sll.dtsi
··· 576 576 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 577 577 linux,keycode = <KEY_POWER>; 578 578 wakeup-source; 579 + status = "disabled"; 579 580 }; 580 581 }; 581 582