diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-24 16:02:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-24 16:02:27 +0000 |
commit | 6ba92bf9c8146357d3f39bdf763b7d5988b51fcb (patch) | |
tree | 3af3640831c20cf59c0839dfeb3789bb7e831dfe | |
parent | be37360beff41376e59a96eb1509db5f856e472f (diff) | |
download | upstream-6ba92bf9c8146357d3f39bdf763b7d5988b51fcb.tar.gz upstream-6ba92bf9c8146357d3f39bdf763b7d5988b51fcb.tar.bz2 upstream-6ba92bf9c8146357d3f39bdf763b7d5988b51fcb.zip |
fix typo in cambria gw2358 initialization
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15022 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.28/191-cambria_optional_uart.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.28/191-cambria_optional_uart.patch b/target/linux/ixp4xx/patches-2.6.28/191-cambria_optional_uart.patch index e7531542b2..6d800d8d77 100644 --- a/target/linux/ixp4xx/patches-2.6.28/191-cambria_optional_uart.patch +++ b/target/linux/ixp4xx/patches-2.6.28/191-cambria_optional_uart.patch @@ -78,7 +78,7 @@ static void __init cambria_gw2358_setup(void) { -+ *IXP4XX_EXP_CS3 = 0xBFFF3C433; ++ *IXP4XX_EXP_CS3 = 0xBFFF3C43; + set_irq_type(IRQ_IXP4XX_GPIO3, IRQ_TYPE_EDGE_RISING); + cambria_optional_uart_data[0].mapbase = 0x53FC0000; + cambria_optional_uart_data[0].membase = (void __iomem *)ioremap(0x53FC0000, 0x0fff); |