[PATCH] pinctrl: Increase size of pinmux status buffer

Michal Simek michal.simek at amd.com
Mon Oct 2 12:03:22 CEST 2023



On 9/20/23 05:00, Venkatesh Yadav Abbarapu wrote:
> For Xilinx ZynqMP SOC new parameter was added and now it can
> set 7 parameters for its pins. Pinmux status command will
> print the status of these parameters for each pin. But
> current print buffer length is only 80 characters long, increase it
> to 90 to print all the parameters without truncation.
> 
> Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu at amd.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 e3e50afeaf..70d8cc5eca 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	80
> +#define PINMUX_SIZE	90
>   
>   /**
>    * struct pinconf_param - pin config parameters

Applied.
M


More information about the U-Boot mailing list