ar71xx: add AR934X specific bootstrap and reset register bits
[openwrt.git] / target / linux / ar71xx / files / arch / mips / include / asm / mach-ar71xx / platform.h
index 145e79f..0d9b5d2 100644 (file)
@@ -29,11 +29,13 @@ struct ag71xx_platform_data {
 
        u8              has_gbit:1;
        u8              is_ar91xx:1;
+       u8              is_ar7240:1;
        u8              is_ar724x:1;
        u8              has_ar8216:1;
+       u8              has_ar7240_switch:1;
 
-       void            (* ddr_flush)(void);
-       void            (* set_pll)(int speed);
+       void            (*ddr_flush)(void);
+       void            (*set_pll)(int speed);
 
        u32             fifo_cfg1;
        u32             fifo_cfg2;
This page took 0.027586 seconds and 4 git commands to generate.