aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorMaxime Ripard <[email protected]>2019-03-14 20:32:50 +0100
committerLinus Walleij <[email protected]>2019-04-05 00:04:28 +0700
commit542f36159f9466faf4bd8d776fdc79f07c048c42 (patch)
treeaffd978d0121b6727a57ef467a43dfd42243d7e0 /tools/perf/scripts/python/exported-sql-viewer.py
parent58f57f864c034b8e49b7d9637601e813ffac69bd (diff)
gpio: Set proper argument value to set_config
The gpio_set_config function creates a pinconf configuration for a given pinc_config_param. However, it always uses an arg of 0, which might not be a valid argument for a given param. A good example of that would be the bias parameters, where 0 means that the pull up or down resistor is null, and the pin is directly connected to VCC/GND. The framework uses in some other places the value 1 as a default argument to enable the pull resistor, so let's use the same one here. Signed-off-by: Maxime Ripard <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions