ARM: SAMSUNG: Fix on drive strength value
authorKukjin Kim <kgene.kim@samsung.com>
Mon, 30 Aug 2010 01:45:54 +0000 (10:45 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 14 Sep 2010 08:59:23 +0000 (17:59 +0900)
This patch fixes on defined drive strength value for GPIO.
According to data sheet, if we want drive strength 1x, the value
should be 00(b), if 2x should be 10(b), if 3x should be 01(b),
and if 4x should be 11(b). Also fixes comment(from S5C to S5P).

Reported-by: Janghyuck Kim <janghyuck.kim@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found