Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142506
b: refs/heads/master
c: 9310933
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely authored and Kumar Gala committed Mar 31, 2009
1 parent a3e4cbf commit 6fc09a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b71dbd3c44c29665f1af5b9bb2ba8bc056a83a7
refs/heads/master: 9310933c832719b095f82dab30c6bf4e75e937ee
22 changes: 0 additions & 22 deletions trunk/include/linux/fsl_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#define _FSL_DEVICE_H_

#include <linux/types.h>
#include <linux/phy.h>

/*
* Some conventions on how we handle peripherals on Freescale chips
Expand All @@ -44,27 +43,6 @@
*
*/

struct gianfar_platform_data {
/* device specific information */
u32 device_flags;
char bus_id[BUS_ID_SIZE];
phy_interface_t interface;
};

struct gianfar_mdio_data {
/* board specific information */
int irq[32];
};

/* Flags in gianfar_platform_data */
#define FSL_GIANFAR_BRD_HAS_PHY_INTR 0x00000001 /* set or use a timer */
#define FSL_GIANFAR_BRD_IS_REDUCED 0x00000002 /* Set if RGMII, RMII */

struct fsl_i2c_platform_data {
/* device specific information */
u32 device_flags;
};

/* Flags related to I2C device features */
#define FSL_I2C_DEV_SEPARATE_DFSRR 0x00000001
#define FSL_I2C_DEV_CLOCK_5200 0x00000002
Expand Down

0 comments on commit 6fc09a9

Please sign in to comment.