svn commit: r265013 - head/sys/boot/fdt/dts/arm
Luiz Otavio O Souza
loos at FreeBSD.org
Sun Apr 27 13:10:52 UTC 2014
Author: loos
Date: Sun Apr 27 13:10:51 2014
New Revision: 265013
URL: http://svnweb.freebsd.org/changeset/base/265013
Log:
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:
head/sys/boot/fdt/dts/arm/rpi.dts
Modified: head/sys/boot/fdt/dts/arm/rpi.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/rpi.dts Sun Apr 27 12:11:00 2014 (r265012)
+++ head/sys/boot/fdt/dts/arm/rpi.dts Sun Apr 27 13:10:51 2014 (r265013)
@@ -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