Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: pinconf-generic: add "input-schmitt" DT property

PIN_CONFIG_INPUT_SCHMITT is defined in enum_pin_config_param,
but the corresponding DT property is missing.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Masahiro Yamada and committed by
Linus Walleij
69c308e2 3c4b23dd

+1
+1
drivers/pinctrl/pinconf-generic.c
··· 163 163 { "input-debounce", PIN_CONFIG_INPUT_DEBOUNCE, 0 }, 164 164 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 }, 165 165 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 166 + { "input-schmitt", PIN_CONFIG_INPUT_SCHMITT, 0 }, 166 167 { "input-schmitt-disable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 0 }, 167 168 { "input-schmitt-enable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 1 }, 168 169 { "low-power-disable", PIN_CONFIG_LOW_POWER_MODE, 0 },