From 716ca530e1c4515d8683c9d5be3d56b301758b66 Mon Sep 17 00:00:00 2001 From: James <> Date: Wed, 4 Nov 2015 11:49:21 +0000 Subject: trunk-47381 --- ...Correct-the-lirc-rpi-overlay-documentatio.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 target/linux/brcm2708/patches-4.1/0091-BCM270X_DT-Correct-the-lirc-rpi-overlay-documentatio.patch (limited to 'target/linux/brcm2708/patches-4.1/0091-BCM270X_DT-Correct-the-lirc-rpi-overlay-documentatio.patch') diff --git a/target/linux/brcm2708/patches-4.1/0091-BCM270X_DT-Correct-the-lirc-rpi-overlay-documentatio.patch b/target/linux/brcm2708/patches-4.1/0091-BCM270X_DT-Correct-the-lirc-rpi-overlay-documentatio.patch new file mode 100644 index 0000000..a79969b --- /dev/null +++ b/target/linux/brcm2708/patches-4.1/0091-BCM270X_DT-Correct-the-lirc-rpi-overlay-documentatio.patch @@ -0,0 +1,26 @@ +From 148fa81647d603e3ed8d38f7b9f37b6c04cace24 Mon Sep 17 00:00:00 2001 +From: Phil Elwell +Date: Mon, 29 Jun 2015 12:14:02 +0100 +Subject: [PATCH 091/203] 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") + -- cgit v1.2.3