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

ARM: dts: imx6qdl: 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
770856f0 53f7ca84

+5
+4
arch/arm/boot/dts/imx6qdl-sabresd.dtsi
··· 761 761 status = "okay"; 762 762 }; 763 763 764 + &snvs_pwrkey { 765 + status = "okay"; 766 + }; 767 + 764 768 &ssi2 { 765 769 status = "okay"; 766 770 };
+1
arch/arm/boot/dts/imx6qdl.dtsi
··· 841 841 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 842 842 linux,keycode = <KEY_POWER>; 843 843 wakeup-source; 844 + status = "disabled"; 844 845 }; 845 846 846 847 snvs_lpgpr: snvs-lpgpr {