Skip to content

Commit

Permalink
ARM: dts: imx6qdl: Enable SNVS power key according to board design
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anson-Huang authored and Shawn Guo committed Jun 18, 2019
1 parent 53f7ca8 commit 770856f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx6qdl-sabresd.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,10 @@
status = "okay";
};

&snvs_pwrkey {
status = "okay";
};

&ssi2 {
status = "okay";
};
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/imx6qdl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
linux,keycode = <KEY_POWER>;
wakeup-source;
status = "disabled";
};

snvs_lpgpr: snvs-lpgpr {
Expand Down

0 comments on commit 770856f

Please sign in to comment.