Skip to content

Possible errors in linux/arch/arm/boot/dts/overlays/README #1038

@Thuffir

Description

@Thuffir

The above mentioned file states the following information for the lirc_rpi overlay:

        gpio_in_pull             Pull up/down/off on the input pin
                                 (default "down")

Which suggests that the keyword off should be used to turn off the pull resistors on the input GPIO.
Using the keyword off actually leaves the pull-down resistor turned on. After some trying around, the keyword which really turned off both pull resistors was none.

        sense                    Override the IR receive auto-detection logic:
                                   "1" = force active high
                                   "0" = force active low
                                   "-1" = use auto-detection
                                 (default "-1")

It's actually the other way around. 0 forces an active high receiver and 1 forces an active low.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions