summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/omap24xx_i2c.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-02-20 18:49:16 +0000
committerHeiko Schocher <hs@denx.de>2012-02-21 07:28:47 +0100
commitcec487a435ac106d1a611feba1a36043142c839b (patch)
tree49d7786ce87b76ac3bc61df340041124a34c9123 /drivers/i2c/omap24xx_i2c.h
parentc2459a405b2d423b294006e4519beaff28301d5a (diff)
downloadblackbird-obmc-uboot-cec487a435ac106d1a611feba1a36043142c839b.tar.gz
blackbird-obmc-uboot-cec487a435ac106d1a611feba1a36043142c839b.zip
Revert "ARM: I2C: I2C Multi byte address support"
This reverts commits 2faa76196af4b3e93bcb9e38ed9090cbd3b06db3 as this has introduced some large problems on all other platforms and have more changes in them than the commit message implies. Cc: Heiko Schocher <hs@denx.de> Cc: Patil, Rachna <rachna@ti.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'drivers/i2c/omap24xx_i2c.h')
-rw-r--r--drivers/i2c/omap24xx_i2c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/i2c/omap24xx_i2c.h b/drivers/i2c/omap24xx_i2c.h
index 9a0b126b38..1f38c232d1 100644
--- a/drivers/i2c/omap24xx_i2c.h
+++ b/drivers/i2c/omap24xx_i2c.h
@@ -60,9 +60,7 @@
/* I2C Buffer Configuration Register (I2C_BUF): */
#define I2C_BUF_RDMA_EN (1 << 15) /* Receive DMA channel enable */
-#define I2C_RXFIFO_CLEAR (1 << 14) /* RX FIFO Clear */
#define I2C_BUF_XDMA_EN (1 << 7) /* Transmit DMA channel enable */
-#define I2C_TXFIFO_CLEAR (1 << 6) /* TX FIFO clear */
/* I2C Configuration Register (I2C_CON): */
OpenPOWER on IntegriCloud