]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: cfa10049: Switch the chip select pin of the LCD controller
authorBrian Lilly <brian@crystalfontz.com>
Thu, 13 Jun 2013 13:43:43 +0000 (15:43 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 07:43:30 +0000 (15:43 +0800)
The early prototypes had the chip select pin for the LCD controller
wired on the GPIO 3-23, while the production run of the CFA-10049 have
this chip select on the GPIO 3-5.

Signed-off-by: Brian Lilly <brian@crystalfontz.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28-cfa10049.dts

index dfdcd85c265c81dd65536b8d9302b20a3cdc5a3a..04b2f769ffbd9c030bbd175376fe03fb2545b7dd 100644 (file)
@@ -33,7 +33,7 @@
                                                0x1163 /* MX28_PAD_LCD_D22__GPIO_1_22 */
                                                0x1173 /* MX28_PAD_LCD_D22__GPIO_1_23 */
                                                0x2153 /* MX28_PAD_SSP2_D5__GPIO_2_21 */
-                                               0x3173 /* MX28_PAD_LCD_RESET__GPIO_3_23 */
+                                               0x3053 /* MX28_PAD_AUART1_TX__GPIO_3_5 */
                                        >;
                                        fsl,drive-strength = <0>;
                                        fsl,voltage = <1>;
                gpio-sck = <&gpio2 16 0>;
                gpio-mosi = <&gpio2 17 0>;
                gpio-miso = <&gpio2 18 0>;
-               cs-gpios = <&gpio3 23 0>;
+               cs-gpios = <&gpio3 5 0>;
                num-chipselects = <1>;
                #address-cells = <1>;
                #size-cells = <0>;