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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to