diff options
author | Huang Shijie <b32955@freescale.com> | 2013-05-07 03:39:20 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 04:04:19 -0400 |
commit | 827269318ca2d40ce316aef25ea82157c8bcf99c (patch) | |
tree | ee9f1f1407da00393ba6924d60390dd6aa64fca5 | |
parent | db37242ca0376e602a601017151b9a499402da61 (diff) |
ARM: dts: enable the gpmi-nand for imx6q{dl}-sabreauto boards
enable the gpmi-nand for imx6q-sabreauto and imx6qdl-sabreauto boards.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi index 4d237cffcc41..7b561fbbfb03 100644 --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | |||
@@ -23,6 +23,12 @@ | |||
23 | status = "okay"; | 23 | status = "okay"; |
24 | }; | 24 | }; |
25 | 25 | ||
26 | &gpmi { | ||
27 | pinctrl-names = "default"; | ||
28 | pinctrl-0 = <&pinctrl_gpmi_nand_1>; | ||
29 | status = "okay"; | ||
30 | }; | ||
31 | |||
26 | &uart4 { | 32 | &uart4 { |
27 | pinctrl-names = "default"; | 33 | pinctrl-names = "default"; |
28 | pinctrl-0 = <&pinctrl_uart4_1>; | 34 | pinctrl-0 = <&pinctrl_uart4_1>; |