Skip to content

Commit 770856f

Browse files
Anson-HuangShawn Guo
authored and
Shawn Guo
committed
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 <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 53f7ca8 commit 770856f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

arch/arm/boot/dts/imx6qdl-sabresd.dtsi

+4
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,10 @@
761761
status = "okay";
762762
};
763763

764+
&snvs_pwrkey {
765+
status = "okay";
766+
};
767+
764768
&ssi2 {
765769
status = "okay";
766770
};

arch/arm/boot/dts/imx6qdl.dtsi

+1
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,7 @@
841841
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
842842
linux,keycode = <KEY_POWER>;
843843
wakeup-source;
844+
status = "disabled";
844845
};
845846

846847
snvs_lpgpr: snvs-lpgpr {

0 commit comments

Comments
 (0)