projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a36f8ac
)
ARM: dts: omap4-embt2ws: Fix pinctrl single node name warning
author
Tony Lindgren
<tony@atomide.com>
Sat, 7 Oct 2023 07:32:46 +0000
(10:32 +0300)
committer
Tony 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
patch
|
blob
|
history
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 7bab03f0ce7af589b63fa42f5cdf47242cb7a03a..01d783826d5fca3243216f82f0319caf12aebd85 100644
(file)
--- 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 */
>;