X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Ffiles%2Farch%2Fmips%2Fath79%2Fmach-rw2458n.c;h=bb7c2475bdc9596fff441ef61f8a625050644879;hb=6e6adcf7a197b1802cb728ddcccf05f890ca0574;hp=28d9de4f3e8fb2cd1588233498c974862f8ed3bb;hpb=d9077e15ae00813535ac3f226c7f74f3422df8c2;p=openwrt.git diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c index 28d9de4f3e..bb7c2475bd 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c @@ -1,7 +1,7 @@ /* * Redwave RW2458N support * - * Copyright (C) 2011-2012 Cezary Jackiewicz + * Copyright (C) 2011-2013 Cezary Jackiewicz * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -17,6 +17,7 @@ #include "dev-m25p80.h" #include "dev-usb.h" #include "machtypes.h" +#include "pci.h" #define RW2458N_GPIO_LED_D3 1 #define RW2458N_GPIO_LED_D4 0 @@ -60,22 +61,12 @@ static struct gpio_led rw2458n_leds_gpio[] __initdata = { } }; -static const char *rw2458n_part_probes[] = { - "RedBoot", - NULL, -}; - -static struct flash_platform_data rw2458n_flash_data = { - .part_probes = rw2458n_part_probes, -}; - static void __init rw2458n_setup(void) { u8 *mac1 = (u8 *) KSEG1ADDR(0x1fff0000); u8 *mac2 = (u8 *) KSEG1ADDR(0x1fff0000 + ETH_ALEN); - u8 *ee = (u8 *) KSEG1ADDR(0x1fff1000); - ath79_register_m25p80(&rw2458n_flash_data); + ath79_register_m25p80(NULL); ath79_register_mdio(0, ~RW2458N_WAN_PHYMASK); @@ -85,8 +76,6 @@ static void __init rw2458n_setup(void) ath79_register_eth(0); ath79_register_eth(1); - ap91_pci_init(ee, NULL); - ath79_register_leds_gpio(-1, ARRAY_SIZE(rw2458n_leds_gpio), rw2458n_leds_gpio); @@ -94,6 +83,8 @@ static void __init rw2458n_setup(void) ARRAY_SIZE(rw2458n_gpio_keys), rw2458n_gpio_keys); ath79_register_usb(); + + ath79_register_pci(); } MIPS_MACHINE(ATH79_MACH_RW2458N, "RW2458N", "Redwave RW2458N",