[PATCH v2] dt-bindings: pinctrl: spacemit: k3: fix drive-strength doc

Yixun Lan posted 1 patch 3 weeks, 5 days ago
Documentation/devicetree/bindings/pinctrl/spacemit,k1-pinctrl.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] dt-bindings: pinctrl: spacemit: k3: fix drive-strength doc
Posted by Yixun Lan 3 weeks, 5 days ago
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 <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
---
Hi Linus,
  Can you also queue this for-next? thanks
---
Changes in v2:
- fix >75 lines of commit message
- collect Ack tags
- Link to v1: https://lore.kernel.org/r/20260110-k3-pinctrl-io-doc-fix-v1-1-7872fe6efb80@gentoo.org
---
 Documentation/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: |

---
base-commit: 3f20bdf7151834547a85231c28538f49601481ee
change-id: 20260110-k3-pinctrl-io-doc-fix-a9a043e24619

Best regards,
-- 
Yixun Lan <dlan@gentoo.org>
Re: [PATCH v2] dt-bindings: pinctrl: spacemit: k3: fix drive-strength doc
Posted by Linus Walleij 3 weeks, 4 days ago
On Wed, Jan 14, 2026 at 1:17 AM Yixun Lan <dlan@gentoo.org> wrote:

> 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 <krzysztof.kozlowski@oss.qualcomm.com>
> Signed-off-by: Yixun Lan <dlan@gentoo.org>

Patch applied.

Yours,
Linus Walleij