|
@@ -49,7 +49,7 @@ static struct pin_config_item conf_items[] = {
|
|
|
PCONFDUMP(PIN_CONFIG_DRIVE_STRENGTH, "output drive strength", "mA"),
|
|
|
PCONFDUMP(PIN_CONFIG_INPUT_SCHMITT_ENABLE, "input schmitt enabled", NULL),
|
|
|
PCONFDUMP(PIN_CONFIG_INPUT_SCHMITT, "input schmitt trigger", NULL),
|
|
|
- PCONFDUMP(PIN_CONFIG_INPUT_DEBOUNCE, "input debounce", "time units"),
|
|
|
+ PCONFDUMP(PIN_CONFIG_INPUT_DEBOUNCE, "input debounce", "usec"),
|
|
|
PCONFDUMP(PIN_CONFIG_POWER_SOURCE, "pin power source", "selector"),
|
|
|
PCONFDUMP(PIN_CONFIG_SLEW_RATE, "slew rate", NULL),
|
|
|
PCONFDUMP(PIN_CONFIG_LOW_POWER_MODE, "pin low power", "mode"),
|