[PATCH] dt-bindings: pinctrl: intel: keembay: fix typo

Akiyoshi Kurita posted 1 patch 1 month, 2 weeks ago
.../devicetree/bindings/pinctrl/intel,pinctrl-keembay.yaml      | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: pinctrl: intel: keembay: fix typo
Posted by Akiyoshi Kurita 1 month, 2 weeks ago
Fix a typo in the documentation ("upto" -> "up to").

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
 .../devicetree/bindings/pinctrl/intel,pinctrl-keembay.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/intel,pinctrl-keembay.yaml b/Documentation/devicetree/bindings/pinctrl/intel,pinctrl-keembay.yaml
index 005d95a9e4d6..ec9848192351 100644
--- a/Documentation/devicetree/bindings/pinctrl/intel,pinctrl-keembay.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/intel,pinctrl-keembay.yaml
@@ -33,7 +33,7 @@ properties:
   interrupts:
     description:
       Specifies the interrupt lines to be used by the controller.
-      Each interrupt line is shared by upto 4 GPIO lines.
+      Each interrupt line is shared by up to 4 GPIO lines.
     maxItems: 8
 
   interrupt-controller: true
-- 
2.47.3
Re: [PATCH] dt-bindings: pinctrl: intel: keembay: fix typo
Posted by Linus Walleij 4 weeks, 1 day ago
On Wed, Dec 24, 2025 at 1:38 PM Akiyoshi Kurita <weibu@redadmin.org> wrote:

> Fix a typo in the documentation ("upto" -> "up to").
>
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>

Patch applied!

Yours,
Linus Walleij
Re: [PATCH] dt-bindings: pinctrl: intel: keembay: fix typo
Posted by Rob Herring (Arm) 1 month ago
On Wed, 24 Dec 2025 21:37:48 +0900, Akiyoshi Kurita wrote:
> Fix a typo in the documentation ("upto" -> "up to").
> 
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
> ---
>  .../devicetree/bindings/pinctrl/intel,pinctrl-keembay.yaml      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>