aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2023-10-07 10:32:46 +0300
committerTony Lindgren <tony@atomide.com>2023-10-07 10:33:20 +0300
commitea1c1e67e631be14f6e6bc9a6e96219c47f31ed4 (patch)
tree92801c31a52c9c024d466a0d9129bc7d042381f5
parenta36f8ac61b043d387e6f71d4f537971f603e8a5a (diff)
downloadlinux-omap-omap-for-v6.7/dt.tar.gz
ARM: dts: omap4-embt2ws: Fix pinctrl single node name warningomap-for-v6.7/dt-signedomap-for-v6.7/dt
Looks like one pinctrl single binding warning sneaked in while we were implementing the yaml binding. Let's fix the 'pinmux-wl12xx-gpio' does not match any of the regexes warning by adding -pins suffix. Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts b/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts
index 7bab03f0ce7af5..01d783826d5fca 100644
--- a/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts
+++ b/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts
@@ -441,7 +441,7 @@
>;
};
- wl12xx_gpio: pinmux-wl12xx-gpio {
+ wl12xx_gpio: pinmux-wl12xx-gpio-pins {
pinctrl-single,pins = <
OMAP4_IOPAD(0x1c8, PIN_OUTPUT | MUX_MODE3) /* gpio_24 / WLAN_EN */
>;