cns3xxx: Fix comment
Original comment was wrong about which pads are being set. Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com> SVN-Revision: 47919
This commit is contained in:
parent
21493c984a
commit
c6d95f0752
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ static void __init laguna_init(void)
|
|||
|
||||
platform_device_register(&laguna_i2c_controller);
|
||||
|
||||
/* Set ext_int 0-3 drive strength to 21 mA */
|
||||
/* Set I2C 0-3 drive strength to 21 mA */
|
||||
reg = MISC_IO_PAD_DRIVE_STRENGTH_CTRL_B;
|
||||
*reg |= 0x300;
|
||||
|
||||
|
|
Loading…
Reference in a new issue