diff options
author | Soeren Moch <smoch@web.de> | 2014-11-19 07:54:49 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 09:13:28 +0100 |
commit | 96acf9dfe1ba59e99eafcf26478118edd195d924 (patch) | |
tree | eb6e5d5f419097cb430c9c8abb010326d6d1d621 /arch/arm/boot/dts/imx6q-tbs2910.dts | |
parent | ARM: dts: imx6: add pm_power_off support for i.mx6 chips (diff) | |
download | linux-96acf9dfe1ba59e99eafcf26478118edd195d924.tar.xz linux-96acf9dfe1ba59e99eafcf26478118edd195d924.zip |
ARM: dts: imx6q-tbs2910: Enable snvs-poweroff
This patch enables snvs-poweroff for TBS2910 boards.
Signed-off-by: Soeren Moch <smoch@web.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-tbs2910.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-tbs2910.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-tbs2910.dts b/arch/arm/boot/dts/imx6q-tbs2910.dts index f7427bf452ba..a43abfa21e33 100644 --- a/arch/arm/boot/dts/imx6q-tbs2910.dts +++ b/arch/arm/boot/dts/imx6q-tbs2910.dts @@ -208,6 +208,10 @@ status = "okay"; }; +&snvs_poweroff { + status = "okay"; +}; + &spdif { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_spdif>; |