summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6sx-sdb.dts
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2019-06-13 05:35:23 +0200
committerShawn Guo <shawnguo@kernel.org>2019-06-18 09:14:54 +0200
commitee279588ac481742f53641d1b1e9049d97d8fb90 (patch)
tree07ed9385c752716e86d003cbf758fad014bc041a /arch/arm/boot/dts/imx6sx-sdb.dts
parentARM: dts: imx6qdl: Enable SNVS power key according to board design (diff)
downloadlinux-ee279588ac481742f53641d1b1e9049d97d8fb90.tar.xz
linux-ee279588ac481742f53641d1b1e9049d97d8fb90.zip
ARM: dts: imx6sx: 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>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts
index 10f6da834a80..a8ee7087af5a 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb.dts
@@ -153,3 +153,7 @@
/* Transceiver EN/STBY is active low on RevB board */
gpio = <&gpio4 27 GPIO_ACTIVE_LOW>;
};
+
+&snvs_pwrkey {
+ status = "okay";
+};