ARM: dts: omap4-embt2ws: Fix pinctrl single node name warning
authorTony Lindgren <tony@atomide.com>
Sat, 7 Oct 2023 07:32:46 +0000 (10:32 +0300)
committerTony Lindgren <tony@atomide.com>
Sat, 7 Oct 2023 07:33:20 +0000 (10:33 +0300)
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>
arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts

index 7bab03f0ce7af589b63fa42f5cdf47242cb7a03a..01d783826d5fca3243216f82f0319caf12aebd85 100644 (file)
                >;
        };
 
-       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 */
                >;