diff options
author | Soeren Moch <smoch@web.de> | 2014-11-19 09:54:49 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 11:13:28 +0300 |
commit | 96acf9dfe1ba59e99eafcf26478118edd195d924 (patch) | |
tree | eb6e5d5f419097cb430c9c8abb010326d6d1d621 /arch/arm/boot/dts/imx6q-tbs2910.dts | |
parent | 422b06769eacdf068142afc4d69e1e0a591a19d7 (diff) | |
download | linux-96acf9dfe1ba59e99eafcf26478118edd195d924.tar.xz |
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>; |