]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
pinctrl: Increase length of pinmux status buffer
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Wed, 23 Feb 2022 14:23:04 +0000 (15:23 +0100)
committerMichal Simek <michal.simek@amd.com>
Mon, 14 Mar 2022 14:23:26 +0000 (15:23 +0100)
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
include/dm/pinctrl.h

index 0c461e56bb48cd436a7eead4b0e8159ad49af440..a09b242fd9906410e26759a378d57ee9a3207821 100644 (file)
@@ -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