devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: Fix typos
@ 2023-08-21 19:41 Bjorn Helgaas
  2023-08-21 21:53 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2023-08-21 19:41 UTC (permalink / raw)
  To: Rob Herring
  Cc: Jonathan Corbet, Krzysztof Kozlowski, Conor Dooley,
	Greg Kroah-Hartman, linux-doc, devicetree, Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

Fix typos in Documentation/devicetree/bindings.  The changes are in
descriptions or comments where they shouldn't affect functionality.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
This is a follow-up to the patch at [1] for things that conflicted with
other changes in linux-next, plus a couple that I missed before.

Based on next-20230821: 47d9bb711707 ("Add linux-next specific files for
20230821")

[1] https://lore.kernel.org/r/20230814212822.193684-3-helgaas@kernel.org

 .../devicetree/bindings/leds/leds-group-multicolor.yaml       | 2 +-
 Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml   | 4 ++--
 Documentation/devicetree/bindings/phy/apm-xgene-phy.txt       | 2 +-
 .../devicetree/bindings/serial/nvidia,tegra20-hsuart.yaml     | 2 +-
 .../devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/leds/leds-group-multicolor.yaml b/Documentation/devicetree/bindings/leds/leds-group-multicolor.yaml
index 8ed059a5a724..33f49632ad82 100644
--- a/Documentation/devicetree/bindings/leds/leds-group-multicolor.yaml
+++ b/Documentation/devicetree/bindings/leds/leds-group-multicolor.yaml
@@ -19,7 +19,7 @@ properties:
 
   leds:
     description:
-      An aray of monochromatic leds
+      An array of monochromatic LEDs
     $ref: /schemas/types.yaml#/definitions/phandle-array
 
 required:
diff --git a/Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml b/Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml
index 26688e2302ea..e8108cde0f59 100644
--- a/Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml
+++ b/Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml
@@ -59,7 +59,7 @@ properties:
       be configured with hardware pull-up resistors to match the SOC voltage
       (usually 1.8V).
       The software can read the registers to obtain the LDO voltage and configure
-      the legal drive strength(curren).
+      the legal drive strength(current).
       =====================================================
       | voltage |        current Available (uA)           |
       |   1.8v  | 1200 2100 2700 2910 3110 3600 3970 4350 |
@@ -76,7 +76,7 @@ properties:
       be configured with hardware pull-up resistors to match the SOC voltage
       (usually 1.8V).
       The software can read the registers to obtain the LDO voltage and configure
-      the legal drive strength(curren).
+      the legal drive strength(current).
       =====================================================
       | voltage |        current Available (uA)           |
       |   1.8v  | 1200 2100 2700 2910 3110 3600 3970 4350 |
diff --git a/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt b/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
index e1bb12711fbf..602cf952b92b 100644
--- a/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
+++ b/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
@@ -36,7 +36,7 @@ Optional properties:
 			  3-tuple setting for each (up to 3) supported link
 			  speed on the host. Range is 0 to 273000 in unit of
 			  uV. Default is 0.
-- apm,tx-pre-cursor2	: 2st pre-cursor emphasis taps control. Two set of
+- apm,tx-pre-cursor2	: 2nd pre-cursor emphasis taps control. Two set of
 			  3-tuple setting for each (up to 3) supported link
 			  speed on the host. Range is 0 to 127400 in unit uV.
 			  Default is 0x0.
diff --git a/Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.yaml b/Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.yaml
index 04d55fecf47c..dcf73b3fc591 100644
--- a/Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.yaml
+++ b/Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.yaml
@@ -78,7 +78,7 @@ properties:
       we use nvidia,adjust-baud-rates.
 
       As an example, consider there is deviation observed in TX for baud rates as listed below. 0
-      to 9600 has 1% deviation 9600 to 115200 2% deviation. This slight deviation is expcted and
+      to 9600 has 1% deviation 9600 to 115200 2% deviation. This slight deviation is expected and
       Tegra UART is expected to handle it. Due to the issue stated above, baud rate on Tegra UART
       should be set equal to or above deviation observed for avoiding frame errors. Property
       should be set like this:
diff --git a/Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml b/Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml
index 04a2ba1aa946..0b048c4305ba 100644
--- a/Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml
+++ b/Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml
@@ -155,7 +155,7 @@ properties:
       SOCTHERM hardware will assert the thermal trigger signal to the Power
       Management IC, which can be configured to reset or shutdown the device.
       It is an array of pairs where each pair represents a tsensor ID followed
-      by a temperature in milli Celcius. In the absence of this property the
+      by a temperature in milli Celsius. In the absence of this property the
       critical trip point will be used for thermtrip temperature.
 
       Note:
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: Fix typos
  2023-08-21 19:41 [PATCH] dt-bindings: Fix typos Bjorn Helgaas
@ 2023-08-21 21:53 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2023-08-21 21:53 UTC (permalink / raw)
  To: Bjorn Helgaas, Rob Herring
  Cc: Jonathan Corbet, Krzysztof Kozlowski, Conor Dooley,
	Greg Kroah-Hartman, linux-doc, devicetree, Bjorn Helgaas



On 8/21/23 12:41, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> Fix typos in Documentation/devicetree/bindings.  The changes are in
> descriptions or comments where they shouldn't affect functionality.
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

Hi,
One nit below. In any case:

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
> This is a follow-up to the patch at [1] for things that conflicted with
> other changes in linux-next, plus a couple that I missed before.
> 
> Based on next-20230821: 47d9bb711707 ("Add linux-next specific files for
> 20230821")
> 
> [1] https://lore.kernel.org/r/20230814212822.193684-3-helgaas@kernel.org
> 
>  .../devicetree/bindings/leds/leds-group-multicolor.yaml       | 2 +-
>  Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml   | 4 ++--
>  Documentation/devicetree/bindings/phy/apm-xgene-phy.txt       | 2 +-
>  .../devicetree/bindings/serial/nvidia,tegra20-hsuart.yaml     | 2 +-
>  .../devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml | 2 +-
>  5 files changed, 6 insertions(+), 6 deletions(-)
> 

> diff --git a/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt b/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
> index e1bb12711fbf..602cf952b92b 100644
> --- a/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
> +++ b/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
> @@ -36,7 +36,7 @@ Optional properties:
>  			  3-tuple setting for each (up to 3) supported link
>  			  speed on the host. Range is 0 to 273000 in unit of
>  			  uV. Default is 0.
> -- apm,tx-pre-cursor2	: 2st pre-cursor emphasis taps control. Two set of
> +- apm,tx-pre-cursor2	: 2nd pre-cursor emphasis taps control. Two set of

s/set/sets/

>  			  3-tuple setting for each (up to 3) supported link
>  			  speed on the host. Range is 0 to 127400 in unit uV.
>  			  Default is 0x0.

-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-21 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-21 19:41 [PATCH] dt-bindings: Fix typos Bjorn Helgaas
2023-08-21 21:53 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).