cns3xxx: Fix comment
authorJohn Crispin <john@openwrt.org>
Thu, 17 Dec 2015 09:28:35 +0000 (09:28 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 17 Dec 2015 09:28:35 +0000 (09:28 +0000)
Original comment was wrong about which pads are being set.

Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 47919

target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c

index 99c4108b2fa33f6d606114019af9d12d175d1bf4..f0f1ec912e9bca84ae576a2923cbde13fa4665bd 100644 (file)
@@ -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;