From: Zhijian Han <hanzhijian1991@gmail.com>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: Linus Walleij <linusw@kernel.org>,
Bartosz Golaszewski <brgl@kernel.org>,
Guenter Roeck <linux@roeck-us.net>,
Srinivas Kandagatla <srini@kernel.org>,
Robert Marko <robert.marko@sartura.hr>,
Antoniu Miclaus <antoniu.miclaus@analog.com>,
Frank Li <Frank.Li@nxp.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-gpio@vger.kernel.org, linux-hwmon@vger.kernel.org,
Zhijian Han <hanzhijian1991@gmail.com>
Subject: [PATCH v2] dt-bindings: fix typos in various bindings
Date: Fri, 28 Aug 2026 17:54:59 +0800 [thread overview]
Message-ID: <20260828095459.834657-1-hanzhijian1991@gmail.com> (raw)
In-Reply-To: <20260821105605.1967718-1-hanzhijian1991@gmail.com>
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
next prev parent reply other threads:[~2026-08-28 9:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-21 10:56 [PATCH] dt-bindings: fix typos in various bindings hanzhijian
2026-08-28 9:00 ` Krzysztof Kozlowski
2026-08-28 9:54 ` Zhijian Han [this message]
2026-08-29 8:11 ` [PATCH v2] " Krzysztof Kozlowski
2026-08-30 18:19 ` Rob Herring (Arm)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260828095459.834657-1-hanzhijian1991@gmail.com \
--to=hanzhijian1991@gmail.com \
--cc=Frank.Li@nxp.com \
--cc=antoniu.miclaus@analog.com \
--cc=brgl@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linusw@kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robert.marko@sartura.hr \
--cc=robh@kernel.org \
--cc=srini@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox