svn commit: r250769 - head/sys/boot/fdt/dts

Tim Kientzle kientzle at FreeBSD.org
Sat May 18 12:54:38 UTC 2013


Author: kientzle
Date: Sat May 18 12:54:37 2013
New Revision: 250769
URL: http://svnweb.freebsd.org/changeset/base/250769

Log:
  Correct the spelling of "okay".
  Add pinmux setting for the Reset GPIO pin for MMC1.

Modified:
  head/sys/boot/fdt/dts/beaglebone-black.dts

Modified: head/sys/boot/fdt/dts/beaglebone-black.dts
==============================================================================
--- head/sys/boot/fdt/dts/beaglebone-black.dts	Sat May 18 12:53:20 2013	(r250768)
+++ head/sys/boot/fdt/dts/beaglebone-black.dts	Sat May 18 12:54:37 2013	(r250769)
@@ -78,6 +78,7 @@
 				/* MMC1 */
 				"GPMC_CSn1", "mmc1_clk", "input_pulldown",
 				"GPMC_CSn2", "mmc1_cmd", "input_pulldown",
+				"GPMC_CSn3", "gpio2_0", "output", /* Reset */
 				"GPMC_AD0", "mmc1_dat0", "input_pulldown",
 				"GPMC_AD1", "mmc1_dat1", "input_pulldown",
 				"GPMC_AD2", "mmc1_dat2", "input_pulldown",
@@ -130,7 +131,7 @@
  		};
 
 		mmchs1 at 481D8000 {
-			status = "ok";
+			status = "okay";
 		};
 
  


More information about the svn-src-all mailing list