On Sophgo CV18XX platform, threshold strength of schmitt trigger can be configured. As this standard property is already supported by the common pinconf code. Add "input-schmitt-microvolt" property in pincfg-node.yaml so that other platforms requiring such feature can make use of this property. See the previous patch discussion about why add "microvolt" suffix: https://lore.kernel.org/all/IA1PR20MB4953BB6E71CA3216E652E8B8BBA02@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ Changed for the original patch series: 1. add "microvolt" suffix Inochi Amaoto (2): dt-bindings: pincfg-node: Add "input-schmitt-microvolt" property pinctrl: pinconf-generic: Add support for "input-schmitt-microvolt" property Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml | 3 +++ drivers/pinctrl/pinconf-generic.c | 2 ++ include/linux/pinctrl/pinconf-generic.h | 3 +++ 3 files changed, 8 insertions(+) -- 2.45.2