diff options
author | John Crispin <blogic@openwrt.org> | 2015-12-17 09:28:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-12-17 09:28:35 +0000 |
commit | 7757a19f413fa6e16f4c840fa1a9f05805937648 (patch) | |
tree | 73e24ea567c7478991a87a1bf4c6388951ad478b /target/linux/cns3xxx | |
parent | 6f8f11b7a16b494bbd068830b5e55544a7f20b3b (diff) | |
download | master-187ad058-7757a19f413fa6e16f4c840fa1a9f05805937648.tar.gz master-187ad058-7757a19f413fa6e16f4c840fa1a9f05805937648.tar.bz2 master-187ad058-7757a19f413fa6e16f4c840fa1a9f05805937648.zip |
cns3xxx: Fix comment
Original comment was wrong about which pads are being set.
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47919 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c index 99c4108b2f..f0f1ec912e 100644 --- a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c +++ b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c @@ -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; |