Date: Sat, 17 May 2014 19:16:45 +0000 (UTC) From: Luiz Otavio O Souza <loos@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r266340 - stable/10/sys/boot/fdt/dts/arm Message-ID: <201405171916.s4HJGjGg027349@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405171916.s4HJGjGg027349>