mbox series

[0/2] pinctrl: pinconf-generic: Add "input-schmitt-microvolt" property

Message ID IA1PR20MB495346246245074234D337A6BBAC2@IA1PR20MB4953.namprd20.prod.outlook.com
Headers show
Series pinctrl: pinconf-generic: Add "input-schmitt-microvolt" property | expand

Message

Inochi Amaoto July 18, 2024, 2:23 a.m. UTC
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@IA1PR20MB4953.namprd20.prod.outlook.com/

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

Comments

Linus Walleij Aug. 3, 2024, 10:55 p.m. UTC | #1
On Thu, Jul 18, 2024 at 4:23 AM Inochi Amaoto <inochiama@outlook.com> wrote:

> 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@IA1PR20MB4953.namprd20.prod.outlook.com/
>
> 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

Patches applied!

Yours,
Linus Walleij