git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d820d
)
pinctrl: Increase length of pinmux status buffer
author
Ashok Reddy Soma
<ashok.reddy.soma@xilinx.com>
Wed, 23 Feb 2022 14:23:04 +0000
(15:23 +0100)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/include/dm/pinctrl.h
b/include/dm/pinctrl.h
index
0c461e5
..
a09b242
100644
(file)
--- a/
include/dm/pinctrl.h
+++ b/
include/dm/pinctrl.h
@@
-7,7
+7,7
@@
#define __PINCTRL_H
#define PINNAME_SIZE 10
-#define PINMUX_SIZE
4
0
+#define PINMUX_SIZE
8
0
/**
* struct pinconf_param - pin config parameters