diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2013-11-12 09:38:14 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2013-11-12 09:38:14 +0000 |
commit | eb144d30565a7649f5e90ae1531e2feb6720317b (patch) | |
tree | c4cc6ca4305d4c2375cbc43f955cbc090b5b1393 /target/linux/mxs | |
parent | b0b78d541df8e2e54e170df99e8556f088fd086b (diff) | |
download | upstream-eb144d30565a7649f5e90ae1531e2feb6720317b.tar.gz upstream-eb144d30565a7649f5e90ae1531e2feb6720317b.tar.bz2 upstream-eb144d30565a7649f5e90ae1531e2feb6720317b.zip |
mxs: duckbill: adjust leds to final hardware
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 38775
Diffstat (limited to 'target/linux/mxs')
-rw-r--r-- | target/linux/mxs/files/arch/arm/boot/dts/imx28-duckbill.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/mxs/files/arch/arm/boot/dts/imx28-duckbill.dts b/target/linux/mxs/files/arch/arm/boot/dts/imx28-duckbill.dts index b102d6200d..bd231e75f4 100644 --- a/target/linux/mxs/files/arch/arm/boot/dts/imx28-duckbill.dts +++ b/target/linux/mxs/files/arch/arm/boot/dts/imx28-duckbill.dts @@ -49,8 +49,8 @@ led_pins_a: led_gpio@0 { reg = <0>; fsl,pinmux-ids = < - 0x3003 /* MX28_PAD_AUART0_RX__GPIO_3_0 */ - 0x3013 /* MX28_PAD_AUART0_TX__GPIO_3_1 */ + 0x3043 /* MX28_PAD_AUART1_RX__GPIO_3_4 */ + 0x3053 /* MX28_PAD_AUART1_TX__GPIO_3_5 */ >; fsl,drive-strength = <0>; fsl,voltage = <1>; @@ -107,12 +107,12 @@ status { label = "duckbill:green:status"; - gpios = <&gpio3 0 0>; + gpios = <&gpio3 5 0>; }; failure { label = "duckbill:red:status"; - gpios = <&gpio3 1 0>; + gpios = <&gpio3 4 0>; }; }; }; |