Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
overlays: gpio-keys: Avoid open-drain warnings
Source: kernel.org MR: 103889 Type: Enhancement Disposition: Merged from https://github.com/raspberrypi/linux.git rpi-5.4.y ChangeID: ae10c15867d9a5b85eefaf11333bd30473af4b2b Description: The i2c-gpio driver expects to use a GPIO in open-drain mode. Failure to configure it in that way causes alarming warnings in the kernel log. The BCM283x and BCM2711 GPIO blocks don't support open-drain mode, but i2c-gpio works anyway. Silence the warning by declaring that open-drain mode has been enabled by other means. See: raspberrypi/firmware#1381 Signed-off-by: Phil Elwell <[email protected]> Signed-off-by: Corey Minyard <[email protected]>
- Loading branch information