Skip to content

Commit

Permalink
dtoverlays: Correct pinctrl assignment on mcp23017
Browse files Browse the repository at this point in the history
The pinctrl definition used "pinctrl-name" which is missing
an "s" from the end.

Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 committed Sep 23, 2024
1 parent cc2457f commit cf37a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/mcp23017-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
target = <&mcp23017>;
mcp23017_irq: __overlay__ {
#interrupt-cells=<2>;
pinctrl-name = "default";
pinctrl-names = "default";
pinctrl-0 = <&mcp23017_pins>;
interrupt-parent = <&gpio>;
interrupts = <4 2>;
Expand Down

0 comments on commit cf37a0f

Please sign in to comment.