From ba7693014d52e709797ae430cfe6ac1c8cadd3e6 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Wed, 14 Jan 2026 08:17:42 +0800 Subject: [PATCH] dt-bindings: pinctrl: spacemit: k3: fix drive-strength doc Fix a typo in DT documentation, it should describe the 3.3V drive strength table of SpacemiT k3 SoC. Fixes: 5adaa1a8c088 ("dt-bindings: pinctrl: spacemit: add K3 SoC support") Acked-by: Krzysztof Kozlowski Signed-off-by: Yixun Lan Signed-off-by: Linus Walleij --- .../devicetree/bindings/pinctrl/spacemit,k1-pinctrl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/spacemit,k1-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/spacemit,k1-pinctrl.yaml index 9a76cffcbaee..f009fed87e6b 100644 --- a/Documentation/devicetree/bindings/pinctrl/spacemit,k1-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/spacemit,k1-pinctrl.yaml @@ -87,7 +87,7 @@ patternProperties: description: For K3 SoC, 1.8V voltage output - enum: [ 3, 5, 7, 9, 11, 13, 15, 17, 25, 27, 29, 31, 33, 35, 37, 38 ] - description: For K3 SoC, 1.8V voltage output + description: For K3 SoC, 3.3V voltage output input-schmitt: description: | -- 2.47.3