svn commit: r266340 - stable/10/sys/boot/fdt/dts/arm

Luiz Otavio O Souza loos at FreeBSD.org
Sat May 17 19:16:45 UTC 2014


Author: loos
Date: Sat May 17 19:16:45 2014
New Revision: 266340
URL: http://svnweb.freebsd.org/changeset/base/266340

Log:
  MFC r265013
  
  Revert r258678.  Make the led gpio-specifier match again the #gpio-cells
  settings from the GPIO controller, which i had broken in r258678.  Restore
  the active-low flag.

Modified:
  stable/10/sys/boot/fdt/dts/arm/rpi.dts
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/boot/fdt/dts/arm/rpi.dts
==============================================================================
--- stable/10/sys/boot/fdt/dts/arm/rpi.dts	Sat May 17 19:11:08 2014	(r266339)
+++ stable/10/sys/boot/fdt/dts/arm/rpi.dts	Sat May 17 19:16:45 2014	(r266340)
@@ -316,7 +316,7 @@
 
 		ok {
 			label = "ok";
-			gpios = <&gpio 16 2 0>;
+			gpios = <&gpio 16 1>;
 
 			/* Don't change this - it configures
 			 * how the led driver determines if


More information about the svn-src-all mailing list