mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
dt-bindings: pinctrl: realtek,rtd1625: Fix input voltage property name
The property 'input-voltage-microvolt' is a typo. Rename it to
'input-threshold-voltage-microvolt' to align with the standard pin
configuration defined in pincfg-node.yaml and parsed by pinconf-generic.c.
Fixes: f6ea7004e9 ("dt-bindings: pinctrl: realtek: Add RTD1625 pinctrl binding")
Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
parent
248ff9624d
commit
388d2fe162
|
|
@ -110,7 +110,7 @@ patternProperties:
|
|||
|
||||
input-schmitt-disable: true
|
||||
|
||||
input-voltage-microvolt:
|
||||
input-threshold-voltage-microvolt:
|
||||
description: |
|
||||
Select the input receiver voltage domain for the pin.
|
||||
Valid arguments are:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user