Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dtoverlays: Fix noints mode of mcp23017
noints mode disables 2 fragments that configure a GPIO to be used for the interrupt line from the MCP23017, but fails to remove the pinctrl-0 reference or pinctrl-names. It therefore fails to load due to an invalid phandle. Move the pinctrl-0 and pinctrl-names properties so they also get disabled by the noints override. https://forums.raspberrypi.com/viewtopic.php?t=370907 Signed-off-by: Dave Stevenson <[email protected]>
- Loading branch information