dts: Added overlay for gpio_ir_recv driver #1199
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a DTS that allows the use of the gpio_ir_recv kernel driver.
The gpio_ir_recv driver is a rc-core based driver for TSOP-style IR receivers connected to a GPIO pin and is part of the Linux kernel. In contrast to lirc_rpi, no LIRC is needed for IR signal decoding or RC key mapping. These tasks are done by proven kernel infrastructure instead.
In contrast to the LIRC/lirc_rpi approach, the gpio_ir_recv driver brings a better RC responsiveness and a more consistent timing between RC button pressed and and key event and does not suffer from the typical double-key problems often reported from the lirc_rpi/LIRCd approach.