]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: imx28: move extra gpmi-nand pins into board dts
authorShawn Guo <shawn.guo@linaro.org>
Sat, 7 Jul 2012 12:59:09 +0000 (20:59 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 11 Jul 2012 03:49:28 +0000 (11:49 +0800)
Only pins GPMI_CE0N and GPMI_READY0 are generally used by other boards.
Move GPMI_CE1N and GPMI_READY1 into imx28-evk.dts to make gpmi_pins_a
more general, and can be used by other boards.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28-evk.dts
arch/arm/boot/dts/imx28.dtsi

index 0d8739dda1aff29277e028b380864420cd0b4d8e..0444964dae56ecf4f9bae53e7f0e6260ac50a2e2 100644 (file)
@@ -24,7 +24,8 @@
                apbh@80000000 {
                        gpmi-nand@8000c000 {
                                pinctrl-names = "default";
-                               pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
+                               pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg
+                                            &gpmi_pins_evk>;
                                status = "okay";
                        };
 
                                        fsl,voltage = <1>;
                                        fsl,pull-up = <0>;
                                };
+
+                               gpmi_pins_evk: gpmi-nand-evk@0 {
+                                       reg = <0>;
+                                       fsl,pinmux-ids = <
+                                               0x0110 /* MX28_PAD_GPMI_CE1N__GPMI_CE1N */
+                                               0x0150 /* MX28_PAD_GPMI_RDY1__GPMI_READY1 */
+                                       >;
+                                       fsl,drive-strength = <0>;
+                                       fsl,voltage = <1>;
+                                       fsl,pull-up = <0>;
+                               };
                        };
 
                        lcdif@80030000 {
index adb5ffc2ff0d9f4f83911da06662c8e7caf39af2..2874adcafad358386f6793c07ca1402363b5ee2c 100644 (file)
                                                0x0060 /* MX28_PAD_GPMI_D06__GPMI_D6 */
                                                0x0070 /* MX28_PAD_GPMI_D07__GPMI_D7 */
                                                0x0100 /* MX28_PAD_GPMI_CE0N__GPMI_CE0N */
-                                               0x0110 /* MX28_PAD_GPMI_CE1N__GPMI_CE1N */
                                                0x0140 /* MX28_PAD_GPMI_RDY0__GPMI_READY0 */
-                                               0x0150 /* MX28_PAD_GPMI_RDY1__GPMI_READY1 */
                                                0x0180 /* MX28_PAD_GPMI_RDN__GPMI_RDN */
                                                0x0190 /* MX28_PAD_GPMI_WRN__GPMI_WRN */
                                                0x01a0 /* MX28_PAD_GPMI_ALE__GPMI_ALE */