aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/configs/gta02_packaging_defconfig
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2009-02-25 00:41:30 +0000
committerAndy Green <agreen@octopus.localdomain>2009-02-25 00:41:30 +0000
commitbccba190e627a84d59d792e9062b7beb0d24392f (patch)
tree7d89e012ce9dd611bd8e9d157d08d5dac30a8364 /arch/arm/configs/gta02_packaging_defconfig
parente6c1a73930685b8df8380c36657225b915deb9b2 (diff)
S3C64XX: Drop i2c0.max_freq to 150kHz.
Drop the i2c0 bus max-frequency to 150kHz to avoid problems with boards where this is too fast. Signed-off-by: Ben Dooks <ben@simtec.co.uk> --- linux.agit.orig/arch/arm/plat-s3c/dev-i2c0.c 2009-02-20 23:04:34.000000000 +0000 +++ linux.agit/arch/arm/plat-s3c/dev-i2c0.c 2009-02-20 23:04:37.000000000 +0000 @@ -51,7 +51,7 @@ static struct s3c2410_platform_i2c defau .flags = 0, .slave_addr = 0x10, .bus_freq = 100*1000, - .max_freq = 400*1000, + .max_freq = 150*1000, .sda_delay = S3C2410_IICLC_SDA_DELAY5 | S3C2410_IICLC_FILTER_ON, }; -- Ben (ben@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes'
Diffstat (limited to 'arch/arm/configs/gta02_packaging_defconfig')
0 files changed, 0 insertions, 0 deletions