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

ARM: dts: imx7s: 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
4664179f bbfba8c7

+5
+4
arch/arm/boot/dts/imx7d-sdb.dts
··· 387 387 vin-supply = <&sw2_reg>; 388 388 }; 389 389 390 + &snvs_pwrkey { 391 + status = "okay"; 392 + }; 393 + 390 394 &uart1 { 391 395 pinctrl-names = "default"; 392 396 pinctrl-0 = <&pinctrl_uart1>;
+1
arch/arm/boot/dts/imx7s.dtsi
··· 613 613 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 614 614 linux,keycode = <KEY_POWER>; 615 615 wakeup-source; 616 + status = "disabled"; 616 617 }; 617 618 }; 618 619