aboutsummaryrefslogtreecommitdiff
path: root/include/dm/pinctrl.h
diff options
context:
space:
mode:
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>2022-02-23 15:23:04 +0100
committerMichal Simek <michal.simek@amd.com>2022-03-14 15:23:26 +0100
commite19b8dda92772d9ba86db4099a85a7b3cb82fd7a (patch)
treefa1a07d251d250b8ec62acc2aa53b44b4749ee75 /include/dm/pinctrl.h
parent57d820da97a587a5301fbfe9536efe54bda64a63 (diff)
downloadu-boot-e19b8dda92772d9ba86db4099a85a7b3cb82fd7a.zip
u-boot-e19b8dda92772d9ba86db4099a85a7b3cb82fd7a.tar.gz
u-boot-e19b8dda92772d9ba86db4099a85a7b3cb82fd7a.tar.bz2
pinctrl: Increase length of pinmux status buffer
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> Link: https://lore.kernel.org/r/3a6be84c8354f38754a9838670cc0319e84f29e8.1645626183.git.michal.simek@xilinx.com
Diffstat (limited to 'include/dm/pinctrl.h')
-rw-r--r--include/dm/pinctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/pinctrl.h b/include/dm/pinctrl.h
index 0c461e5..a09b242 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