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

Luiz Otavio O Souza loos at FreeBSD.org
Wed Nov 27 12:12:38 UTC 2013


Author: loos
Date: Wed Nov 27 12:12:37 2013
New Revision: 258678
URL: http://svnweb.freebsd.org/changeset/base/258678

Log:
  Fix the led 'gpios' definition to match the description on
  sys/boot/fdt/dts/bindings-gpio.txt.  Make the led pin an output, add the
  missing flag field.  No functional change (gpioled(4) isn’t supported on
  FDT systems yet).
  
  Approved by:	adrian (mentor)

Modified:
  head/sys/boot/fdt/dts/rpi.dts

Modified: head/sys/boot/fdt/dts/rpi.dts
==============================================================================
--- head/sys/boot/fdt/dts/rpi.dts	Wed Nov 27 10:10:25 2013	(r258677)
+++ head/sys/boot/fdt/dts/rpi.dts	Wed Nov 27 12:12:37 2013	(r258678)
@@ -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-head mailing list