ar71xx: fixes whitespaces for dir-825-c1
Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35455
This commit is contained in:
parent
6be5a5a73d
commit
7c87d28054
3 changed files with 17 additions and 18 deletions
|
@ -37,14 +37,13 @@
|
||||||
#define DIR825C1_GPIO_BTN_RESET 17
|
#define DIR825C1_GPIO_BTN_RESET 17
|
||||||
#define DIR825C1_GPIO_BTN_WPS 16
|
#define DIR825C1_GPIO_BTN_WPS 16
|
||||||
|
|
||||||
|
#define DIR825C1_KEYS_POLL_INTERVAL 20 /* msecs */
|
||||||
|
#define DIR825C1_KEYS_DEBOUNCE_INTERVAL (3 * DIR825C1_KEYS_POLL_INTERVAL)
|
||||||
|
|
||||||
#define DIR825C1_KEYS_POLL_INTERVAL 20 /* msecs */
|
#define DIR825C1_MAC0_OFFSET 0x4
|
||||||
#define DIR825C1_KEYS_DEBOUNCE_INTERVAL (3 * DIR825C1_KEYS_POLL_INTERVAL)
|
#define DIR825C1_MAC1_OFFSET 0x18
|
||||||
|
#define DIR825C1_WMAC_CALDATA_OFFSET 0x1000
|
||||||
#define DIR825C1_MAC0_OFFSET 0x4
|
#define DIR825C1_PCIE_CALDATA_OFFSET 0x5000
|
||||||
#define DIR825C1_MAC1_OFFSET 0x18
|
|
||||||
#define DIR825C1_WMAC_CALDATA_OFFSET 0x1000
|
|
||||||
#define DIR825C1_PCIE_CALDATA_OFFSET 0x5000
|
|
||||||
|
|
||||||
static struct gpio_led dir825c1_leds_gpio[] __initdata = {
|
static struct gpio_led dir825c1_leds_gpio[] __initdata = {
|
||||||
{
|
{
|
||||||
|
|
|
@ -355,11 +355,11 @@ define Image/Build/Cameo933x/initramfs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Cameo934x
|
define Image/Build/Cameo934x
|
||||||
$(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout),1310720,15007744,$(4))
|
$(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout),1310720,15007744,$(4))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Cameo934x/initramfs
|
define Image/Build/Cameo934x/initramfs
|
||||||
$(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout))
|
$(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Ath
|
define Image/Build/Ath
|
||||||
|
|
|
@ -15,15 +15,15 @@
|
||||||
select ATH79_DEV_USB
|
select ATH79_DEV_USB
|
||||||
|
|
||||||
+config ATH79_MACH_DIR_825_C1
|
+config ATH79_MACH_DIR_825_C1
|
||||||
+ bool "D-Link DIR-825 rev. C1 board support"
|
+ bool "D-Link DIR-825 rev. C1 board support"
|
||||||
+ select SOC_AR934X
|
+ select SOC_AR934X
|
||||||
+ select ATH79_DEV_AP9X_PCI if PCI
|
+ select ATH79_DEV_AP9X_PCI if PCI
|
||||||
+ select ATH79_DEV_ETH
|
+ select ATH79_DEV_ETH
|
||||||
+ select ATH79_DEV_GPIO_BUTTONS
|
+ select ATH79_DEV_GPIO_BUTTONS
|
||||||
+ select ATH79_DEV_LEDS_GPIO
|
+ select ATH79_DEV_LEDS_GPIO
|
||||||
+ select ATH79_DEV_M25P80
|
+ select ATH79_DEV_M25P80
|
||||||
+ select ATH79_DEV_USB
|
+ select ATH79_DEV_USB
|
||||||
+ select ATH79_DEV_WMAC
|
+ select ATH79_DEV_WMAC
|
||||||
+
|
+
|
||||||
config ATH79_MACH_EW_DORIN
|
config ATH79_MACH_EW_DORIN
|
||||||
bool "embedded wireless Dorin Platform support"
|
bool "embedded wireless Dorin Platform support"
|
||||||
|
|
Loading…
Reference in a new issue