diff options
| author | Yu-Chun Lin <eleanor.lin@realtek.com> | 2026-06-01 15:52:29 +0800 |
|---|---|---|
| committer | Linus Walleij <linusw@kernel.org> | 2026-06-09 00:46:46 +0200 |
| commit | 388d2fe16283d68e4be8c5317809a4a218ebeace (patch) | |
| tree | cb7a2748309e0fb291b164b0582d0c2030df21ca | |
| parent | 248ff9624dc09deed69c718c092d78e04d3bda17 (diff) | |
| download | linux-stable-388d2fe16283d68e4be8c5317809a4a218ebeace.tar.gz linux-stable-388d2fe16283d68e4be8c5317809a4a218ebeace.zip | |
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: f6ea7004e926 ("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>
| -rw-r--r-- | Documentation/devicetree/bindings/pinctrl/realtek,rtd1625-pinctrl.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/realtek,rtd1625-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/realtek,rtd1625-pinctrl.yaml index 9562a043707e..adc5955a2047 100644 --- a/Documentation/devicetree/bindings/pinctrl/realtek,rtd1625-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/realtek,rtd1625-pinctrl.yaml @@ -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: |
