Date: Wed, 27 Nov 2013 12:12:37 +0000 (UTC) From: Luiz Otavio O Souza <loos@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258678 - head/sys/boot/fdt/dts Message-ID: <201311271212.rARCCbjY052381@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311271212.rARCCbjY052381>