gpio-ir: change default pull configuration to up
authorMatthias Reichl <hias@horus.com>
Wed, 9 Jan 2019 13:51:01 +0000 (14:51 +0100)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:15 +0000 (00:08 +0100)
commitfed25f13899f199263a2a3416e1793837ea115f6
tree4edc387198647e701e5d74600a8c5ac60d0d4abd
parent6e2165b72836b60b89cb34ebb05289a5218b9cb2
gpio-ir: change default pull configuration to up

IR receivers like the TSOP series from Vishay and compatible ones
have active-low open collector outputs with an internal pull up of
about 30k (according to the TSOP datasheets).

Activating a pull-down resistor on the GPIO will make it work against
the pull-up in the IR receiver and brings the idle input voltage down
to about 1.9V (measured on a RPi3B+ with a TSOP4438). While that's
usually enough to make the RPi see a high signal it's certainly not
optimal and may even fail when using an IR receiver with a weaker pull-up.

Switching the default GPIO pull to "up" results in an input voltage
level of about 3.3V and ensures that an idle state (high signal) will
be detected if no IR receiver is attached.

Signed-off-by: Matthias Reichl <hias@horus.com>
arch/arm/boot/dts/overlays/README
arch/arm/boot/dts/overlays/gpio-ir-overlay.dts