summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-16 15:39:11 +0000
committerian <ian@FreeBSD.org>2014-05-16 15:39:11 +0000
commit00cf31e9a02b02726b9b195c117c6df4287bd43d (patch)
tree4534421ff082aa8513a9aae396a09321de3d9cb3 /sys/boot
parentfde0d16de2d7efad7abcbfff70cb5abb31f0837e (diff)
downloadFreeBSD-src-00cf31e9a02b02726b9b195c117c6df4287bd43d.zip
FreeBSD-src-00cf31e9a02b02726b9b195c117c6df4287bd43d.tar.gz
MFC 252439: Fix the led 'gpios' definition to match the documented binding
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/rpi.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/rpi.dts b/sys/boot/fdt/dts/rpi.dts
index bdcee00..318591a 100644
--- a/sys/boot/fdt/dts/rpi.dts
+++ b/sys/boot/fdt/dts/rpi.dts
@@ -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
OpenPOWER on IntegriCloud