mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
fix typo in cambria gw2358 initialization
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15022 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
eeda26b505
commit
fb4fa0b5f3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user