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

dt-bindings: pincfg-node: Add "input-schmitt-microvolt" property

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.

Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/IA1PR20MB4953C71C87FD150D2E64FF41BBAC2@IA1PR20MB4953.namprd20.prod.outlook.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Inochi Amaoto and committed by
Linus Walleij
737df109 41795aa1

+3
+3
Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml
··· 96 96 type: boolean 97 97 description: disable schmitt-trigger mode 98 98 99 + input-schmitt-microvolt: 100 + description: threshold strength for schmitt-trigger 101 + 99 102 input-debounce: 100 103 $ref: /schemas/types.yaml#/definitions/uint32-array 101 104 description: Takes the debounce time in usec as argument or 0 to disable