diff options
author | Wolfgang Grandegger <wg@grandegger.com> | 2009-04-07 10:20:56 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-04-08 00:12:11 -0500 |
commit | 8d82ffd15e59febf2c597067a777526958b7f769 (patch) | |
tree | 5da1772fff13b56149cf6dd6a2b70604f0de005b /include/linux/fsl_devices.h | |
parent | 52ce67f157f8c5623524dc6c5b2ddd6a0d2aa774 (diff) | |
download | talos-obmc-linux-8d82ffd15e59febf2c597067a777526958b7f769.tar.gz talos-obmc-linux-8d82ffd15e59febf2c597067a777526958b7f769.zip |
powerpc: Document new FSL I2C bindings and cleanup
This patch documents the new bindings for the MPC I2C bus driver.
Furthermore, it removes obsolete FSL device related definitions
for I2C.
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/linux/fsl_devices.h')
-rw-r--r-- | include/linux/fsl_devices.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index f2a78b5e8b55..43fc95d822d5 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -43,10 +43,6 @@ * */ -/* Flags related to I2C device features */ -#define FSL_I2C_DEV_SEPARATE_DFSRR 0x00000001 -#define FSL_I2C_DEV_CLOCK_5200 0x00000002 - enum fsl_usb2_operating_modes { FSL_USB2_MPH_HOST, FSL_USB2_DR_HOST, |