svn commit: r266240 - stable/10/sys/boot/fdt/dts

Ian Lepore ian at FreeBSD.org
Fri May 16 15:39:12 UTC 2014


Author: ian
Date: Fri May 16 15:39:11 2014
New Revision: 266240
URL: http://svnweb.freebsd.org/changeset/base/266240

Log:
  MFC 252439: Fix the led 'gpios' definition to match the documented binding

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

Modified: stable/10/sys/boot/fdt/dts/rpi.dts
==============================================================================
--- stable/10/sys/boot/fdt/dts/rpi.dts	Fri May 16 15:34:23 2014	(r266239)
+++ stable/10/sys/boot/fdt/dts/rpi.dts	Fri May 16 15:39:11 2014	(r266240)
@@ -316,7 +316,7 @@
 
 		ok {
 			label = "ok";
-			gpios = <&gpio 16 1>;
+			gpios = <&gpio 16 2 0>;
 
 			/* Don't change this - it configures
 			 * how the led driver determines if


More information about the svn-src-all mailing list