diff mbox series

[2/2] pinctrl: Set PINNAME_SIZE to 16

Message ID 20210111140347.5754-3-patrice.chotard@foss.st.com
State Not Applicable
Delegated to: Patrick Delaunay
Headers show
Series Fix pinmux status display with long pin's name | expand

Commit Message

Patrice CHOTARD Jan. 11, 2021, 2:03 p.m. UTC
To allow to print longer pin name, set PINNAME_SIZE to 16.

Fixes: d5a8313905f5("cmd: pinmux: Add pinmux command")

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>

---

 include/dm/pinctrl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/dm/pinctrl.h b/include/dm/pinctrl.h
index 1bdc8d3cbd..2f09c7fa49 100644
--- a/include/dm/pinctrl.h
+++ b/include/dm/pinctrl.h
@@ -6,7 +6,7 @@ 
 #ifndef __PINCTRL_H
 #define __PINCTRL_H
 
-#define PINNAME_SIZE	10
+#define PINNAME_SIZE	16
 #define PINMUX_SIZE	40
 
 /**