ARM: S3C6410: Correct names of IISv4 data output pin definitions
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 27 Nov 2009 16:43:54 +0000 (16:43 +0000)
committerBen Dooks <ben-linux@fluff.org>
Thu, 3 Dec 2009 21:58:10 +0000 (21:58 +0000)
The naming of the defines suggests that there are three IISv4 ports
with one data line each when in fact there is a single IISv4 port
with three data lines.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c64xx/include/plat/gpio-bank-c.h

index c47daf7e2723a4fc6947c52d4f2335fe5101d867..e22b49f4f982b37ffcbc84baeef7a9b02c3141b5 100644 (file)
 
 #define S3C64XX_GPC4_SPI_MISO1         (0x02 << 16)
 #define S3C64XX_GPC4_MMC2_CMD          (0x03 << 16)
-#define S3C64XX_GPC4_I2S0_V40_DO       (0x05 << 16)
+#define S3C64XX_GPC4_I2S_V40_DO0       (0x05 << 16)
 #define S3C64XX_GPC4_EINT_G2_4         (0x07 << 16)
 
 #define S3C64XX_GPC5_SPI_CLK1          (0x02 << 20)
 #define S3C64XX_GPC5_MMC2_CLK          (0x03 << 20)
-#define S3C64XX_GPC5_I2S1_V40_DO       (0x05 << 20)
+#define S3C64XX_GPC5_I2S_V40_DO1       (0x05 << 20)
 #define S3C64XX_GPC5_EINT_G2_5         (0x07 << 20)
 
 #define S3C64XX_GPC6_SPI_MOSI1         (0x02 << 24)
 #define S3C64XX_GPC6_EINT_G2_6         (0x07 << 24)
 
 #define S3C64XX_GPC7_SPI_nCS1          (0x02 << 28)
-#define S3C64XX_GPC7_I2S2_V40_DO       (0x05 << 28)
+#define S3C64XX_GPC7_I2S_V40_DO2       (0x05 << 28)
 #define S3C64XX_GPC7_EINT_G2_7         (0x07 << 28)
 
This page took 0.027181 seconds and 5 git commands to generate.