[PATCH v2] dt-bindings: fix typos in various bindings

Zhijian Han posted 1 patch 4 weeks, 1 day ago
Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml    | 2 +-
Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml        | 2 +-
Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.yaml | 2 +-
Documentation/devicetree/bindings/trivial-devices.yaml          | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
[PATCH v2] dt-bindings: fix typos in various bindings
Posted by Zhijian Han 4 weeks, 1 day ago
Fix spelling errors found by the kernel's scripts/spelling.txt
and codespell in several devicetree binding documents:

  - "curent" -> "current" in adi,ltc2991.yaml
  - "deivce" -> "device" in zii,rave-sp-eeprom.yaml
  - "ouput" -> "output" in delta,tn48m-gpio.yaml
  - "redudant" -> "redundant" in trivial-devices.yaml

Signed-off-by: Zhijian Han <hanzhijian1991@gmail.com>
---
v2:
- Use consistent identity "Zhijian Han" instead of the login-style name
  "hanzhijian"

 Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml    | 2 +-
 Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml        | 2 +-
 Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.yaml | 2 +-
 Documentation/devicetree/bindings/trivial-devices.yaml          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml b/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml
index e3e668a12..698cc14b0 100644
--- a/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml
@@ -14,7 +14,7 @@ description: |
   details see ../mfd/delta,tn48m-cpld.yaml.
 
   Delta TN48M has an onboard Lattice CPLD that is used as an GPIO expander.
-  It provides 12 pins in total, they are input-only or ouput-only type.
+  It provides 12 pins in total, they are input-only or output-only type.
 
 properties:
   compatible:
diff --git a/Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml b/Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml
index 1ff44cb22..2210764a8 100644
--- a/Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml
+++ b/Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml
@@ -49,7 +49,7 @@ patternProperties:
 
       shunt-resistor-micro-ohms:
         description:
-          The value of curent sense resistor in micro ohms. Pin configuration is
+          The value of current sense resistor in micro ohms. Pin configuration is
           set for differential input pair.
 
       adi,temperature-enable:
diff --git a/Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.yaml b/Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.yaml
index d073c51c2..e0aacecd6 100644
--- a/Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.yaml
+++ b/Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.yaml
@@ -27,7 +27,7 @@ properties:
     $ref: /schemas/types.yaml#/definitions/string
     description:
       Unique EEPROM identifier describing its function in the
-      system. Will be used as created NVMEM deivce's name.
+      system. Will be used as created NVMEM device's name.
 
 required:
   - compatible
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 2de8eb09c..719b82490 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -186,7 +186,7 @@ properties:
           - injoinic,ip5306
             # Inspur Power System power supply unit version 1
           - inspur,ipsps1
-            # Intel common redudant power supply crps185
+            # Intel common redundant power supply crps185
           - intel,crps185
             # Intersil ISL29028 Ambient Light and Proximity Sensor
           - isil,isl29028
Re: [PATCH v2] dt-bindings: fix typos in various bindings
Posted by Rob Herring (Arm) 3 weeks, 6 days ago
On Fri, 28 Aug 2026 17:54:59 +0800, Zhijian Han wrote:
> Fix spelling errors found by the kernel's scripts/spelling.txt
> and codespell in several devicetree binding documents:
> 
>   - "curent" -> "current" in adi,ltc2991.yaml
>   - "deivce" -> "device" in zii,rave-sp-eeprom.yaml
>   - "ouput" -> "output" in delta,tn48m-gpio.yaml
>   - "redudant" -> "redundant" in trivial-devices.yaml
> 
> Signed-off-by: Zhijian Han <hanzhijian1991@gmail.com>
> ---
> v2:
> - Use consistent identity "Zhijian Han" instead of the login-style name
>   "hanzhijian"
> 
>  Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml    | 2 +-
>  Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml        | 2 +-
>  Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.yaml | 2 +-
>  Documentation/devicetree/bindings/trivial-devices.yaml          | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 

Applied, thanks!
Re: [PATCH v2] dt-bindings: fix typos in various bindings
Posted by Krzysztof Kozlowski 4 weeks ago
On 28/08/2026 11:54, Zhijian Han wrote:
> Fix spelling errors found by the kernel's scripts/spelling.txt
> and codespell in several devicetree binding documents:
> 
>   - "curent" -> "current" in adi,ltc2991.yaml
>   - "deivce" -> "device" in zii,rave-sp-eeprom.yaml
>   - "ouput" -> "output" in delta,tn48m-gpio.yaml
>   - "redudant" -> "redundant" in trivial-devices.yaml
> 
> Signed-off-by: Zhijian Han <hanzhijian1991@gmail.com>
> ---
> v2:
> - Use consistent identity "Zhijian Han" instead of the login-style name
>   "hanzhijian"
> 

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof