From b9a020acd9a159049ee75d3f3322aa03718d2abf Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Mon, 9 Mar 2009 17:47:13 +0000 Subject: [PATCH] --- yaml --- r: 132903 b: refs/heads/master c: eac84739721857f4d5be3d9127f4644f16a9bea4 h: refs/heads/master i: 132901: 88d261f1c99f39321cad89cccc7fc07d69bebe6e 132899: 9af6c74c5e338529294c3112cc8b233cb49f3cc4 132895: abe43053428e509def48bd61d4ede5de4fcbb950 v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 07f0ef9d646b..82829b3eabcc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6b849bcff0004aa5dd216b4d3eb56f51c9df8a72 +refs/heads/master: eac84739721857f4d5be3d9127f4644f16a9bea4 diff --git a/trunk/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h b/trunk/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h index a5600b381d49..0fad7571030e 100644 --- a/trunk/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h +++ b/trunk/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h @@ -47,8 +47,8 @@ #define S3C2412_IISMOD_LR_LLOW (0 << 7) #define S3C2412_IISMOD_LR_RLOW (1 << 7) #define S3C2412_IISMOD_SDF_IIS (0 << 5) -#define S3C2412_IISMOD_SDF_MSB (0 << 5) -#define S3C2412_IISMOD_SDF_LSB (0 << 5) +#define S3C2412_IISMOD_SDF_MSB (1 << 5) +#define S3C2412_IISMOD_SDF_LSB (2 << 5) #define S3C2412_IISMOD_SDF_MASK (3 << 5) #define S3C2412_IISMOD_RCLK_256FS (0 << 3) #define S3C2412_IISMOD_RCLK_512FS (1 << 3)