diff options
author | Brian Lilly <brian@crystalfontz.com> | 2013-06-13 09:43:43 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 03:43:30 -0400 |
commit | 65bc642f1b76442e8242a79fa0e48d49fda98ba8 (patch) | |
tree | ec3064d6f3199bdf18bb91e59b47cb46025b1906 | |
parent | 17a2163881aa7df9ae83d75cc0671a1013399185 (diff) |
ARM: cfa10049: Switch the chip select pin of the LCD controller
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>
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10049.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts index dfdcd85c265c..04b2f769ffbd 100644 --- a/arch/arm/boot/dts/imx28-cfa10049.dts +++ b/arch/arm/boot/dts/imx28-cfa10049.dts | |||
@@ -33,7 +33,7 @@ | |||
33 | 0x1163 /* MX28_PAD_LCD_D22__GPIO_1_22 */ | 33 | 0x1163 /* MX28_PAD_LCD_D22__GPIO_1_22 */ |
34 | 0x1173 /* MX28_PAD_LCD_D22__GPIO_1_23 */ | 34 | 0x1173 /* MX28_PAD_LCD_D22__GPIO_1_23 */ |
35 | 0x2153 /* MX28_PAD_SSP2_D5__GPIO_2_21 */ | 35 | 0x2153 /* MX28_PAD_SSP2_D5__GPIO_2_21 */ |
36 | 0x3173 /* MX28_PAD_LCD_RESET__GPIO_3_23 */ | 36 | 0x3053 /* MX28_PAD_AUART1_TX__GPIO_3_5 */ |
37 | >; | 37 | >; |
38 | fsl,drive-strength = <0>; | 38 | fsl,drive-strength = <0>; |
39 | fsl,voltage = <1>; | 39 | fsl,voltage = <1>; |
@@ -265,7 +265,7 @@ | |||
265 | gpio-sck = <&gpio2 16 0>; | 265 | gpio-sck = <&gpio2 16 0>; |
266 | gpio-mosi = <&gpio2 17 0>; | 266 | gpio-mosi = <&gpio2 17 0>; |
267 | gpio-miso = <&gpio2 18 0>; | 267 | gpio-miso = <&gpio2 18 0>; |
268 | cs-gpios = <&gpio3 23 0>; | 268 | cs-gpios = <&gpio3 5 0>; |
269 | num-chipselects = <1>; | 269 | num-chipselects = <1>; |
270 | #address-cells = <1>; | 270 | #address-cells = <1>; |
271 | #size-cells = <0>; | 271 | #size-cells = <0>; |