From: Ashok Reddy Soma Date: Wed, 23 Feb 2022 14:23:04 +0000 (+0100) Subject: pinctrl: Increase length of pinmux status buffer X-Git-Tag: v2025.01-rc5-pxa1908~1478^2~15^2~3 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=e19b8dda92772d9ba86db4099a85a7b3cb82fd7a;p=u-boot.git 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 Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/3a6be84c8354f38754a9838670cc0319e84f29e8.1645626183.git.michal.simek@xilinx.com --- diff --git a/include/dm/pinctrl.h b/include/dm/pinctrl.h index 0c461e56bb..a09b242fd9 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