All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] pinctrl: Increase length of pinmux status buffer
@ 2022-02-23 14:23 Michal Simek
  2022-02-23 14:23 ` [PATCH 2/2] pinctrl: zynqmp: Add pinctrl driver Michal Simek
  2022-03-07  7:57 ` [PATCH 1/2] pinctrl: Increase length of pinmux status buffer Michal Simek
  0 siblings, 2 replies; 4+ messages in thread
From: Michal Simek @ 2022-02-23 14:23 UTC (permalink / raw)
  To: u-boot, git; +Cc: Ashok Reddy Soma, Simon Glass

From: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>

Xilinx ZynqMP SOC can set 6 parameters for its pins. pinmux status
command will print the status of these parameters for each pin. But
current print buffer length is only 40 characters long, increase it
to 80 to print all the parameters.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

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

diff --git a/include/dm/pinctrl.h b/include/dm/pinctrl.h
index 0c461e56bb48..a09b242fd990 100644
--- a/include/dm/pinctrl.h
+++ b/include/dm/pinctrl.h
@@ -7,7 +7,7 @@
 #define __PINCTRL_H
 
 #define PINNAME_SIZE	10
-#define PINMUX_SIZE	40
+#define PINMUX_SIZE	80
 
 /**
  * struct pinconf_param - pin config parameters
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-07  7:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23 14:23 [PATCH 1/2] pinctrl: Increase length of pinmux status buffer Michal Simek
2022-02-23 14:23 ` [PATCH 2/2] pinctrl: zynqmp: Add pinctrl driver Michal Simek
2022-03-07  7:58   ` Michal Simek
2022-03-07  7:57 ` [PATCH 1/2] pinctrl: Increase length of pinmux status buffer Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.