aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.1/0091-BCM270X_DT-Correct-the-lirc-rpi-overlay-documentatio.patch
blob: 71648dfdfa89183ff270a730b4a1c587ec241c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From d4f2ba8b1bb04c7d98c438d1b0fa698c3d15c377 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.org>
Date: Mon, 29 Jun 2015 12:14:02 +0100
Subject: [PATCH 091/171] BCM270X_DT: Correct the lirc-rpi overlay
 documentation

The polarity of the "sense" parameter was inverted with respect to reality.

See: https://github.com/raspberrypi/linux/issues/1038
---
 arch/arm/boot/dts/overlays/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/arch/arm/boot/dts/overlays/README
+++ b/arch/arm/boot/dts/overlays/README
@@ -313,8 +313,8 @@ Params: gpio_out_pin             GPIO fo
                                  (default "down")
 
         sense                    Override the IR receive auto-detection logic:
-                                   "1" = force active high
-                                   "0" = force active low
+                                   "0" = force active-high
+                                   "1" = force active-low
                                    "-1" = use auto-detection
                                  (default "-1")