]> git.dujemihanovic.xyz Git - u-boot.git/commit
pinctrl: Increase size of pinmux status buffer
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Wed, 20 Sep 2023 03:00:06 +0000 (08:30 +0530)
committerMichal Simek <michal.simek@amd.com>
Mon, 9 Oct 2023 08:25:32 +0000 (10:25 +0200)
commitd0535830643e31d645258ed8eadfa72f0e749436
tree15cf472c0ef8c43570bdf0ecddd582c45e6cfd16
parentecba4380ad261d25640b71e0d1f53e5261386b6c
pinctrl: Increase size of pinmux status buffer

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@amd.com>
Link: https://lore.kernel.org/r/20230920030006.6488-1-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
include/dm/pinctrl.h