svn commit: r253053 - head/sys/arm/ti

Rui Paulo rpaulo at FreeBSD.org
Tue Jul 9 02:50:05 UTC 2013


Author: rpaulo
Date: Tue Jul  9 02:50:05 2013
New Revision: 253053
URL: http://svnweb.freebsd.org/changeset/base/253053

Log:
  Improve a comment.

Modified:
  head/sys/arm/ti/ti_mmchs.c

Modified: head/sys/arm/ti/ti_mmchs.c
==============================================================================
--- head/sys/arm/ti/ti_mmchs.c	Tue Jul  9 01:55:34 2013	(r253052)
+++ head/sys/arm/ti/ti_mmchs.c	Tue Jul  9 02:50:05 2013	(r253053)
@@ -212,11 +212,9 @@ ti_mmchs_reset_controller(struct ti_mmch
 
 	sysctl = ti_mmchs_read_4(sc, MMCHS_SYSCTL);
 	ti_mmchs_write_4(sc, MMCHS_SYSCTL, sysctl | bit);
-
-
 	/* 
-	 * AM335x and OMAP4 ES2 and greater has an updated reset logic.
-	 * Monitor a 0->1 transition first
+	 * AM335x and OMAP4 >= ES2 have an updated reset logic.
+	 * Monitor a 0->1 transition first.
 	 */
 	if ((ti_chip() == CHIP_AM335X) || 
 	    ((ti_chip() == CHIP_OMAP_4) && (ti_revision() > OMAP4430_REV_ES1_0))) {


More information about the svn-src-all mailing list