brcm2708: add linux 4.1 support
[openwrt.git] / target / linux / brcm2708 / patches-4.1 / 0091-BCM270X_DT-Correct-the-lirc-rpi-overlay-documentatio.patch
1 From 9451939c7a95b4f81886a2bf89f953be1833189d Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Mon, 29 Jun 2015 12:14:02 +0100
4 Subject: [PATCH 091/121] BCM270X_DT: Correct the lirc-rpi overlay
5  documentation
6
7 The polarity of the "sense" parameter was inverted with respect to reality.
8
9 See: https://github.com/raspberrypi/linux/issues/1038
10 ---
11  arch/arm/boot/dts/overlays/README | 4 ++--
12  1 file changed, 2 insertions(+), 2 deletions(-)
13
14 --- a/arch/arm/boot/dts/overlays/README
15 +++ b/arch/arm/boot/dts/overlays/README
16 @@ -313,8 +313,8 @@ Params: gpio_out_pin             GPIO fo
17                                   (default "down")
18  
19          sense                    Override the IR receive auto-detection logic:
20 -                                   "1" = force active high
21 -                                   "0" = force active low
22 +                                   "0" = force active-high
23 +                                   "1" = force active-low
24                                     "-1" = use auto-detection
25                                   (default "-1")
26