linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: hwmon: Fix typo in TI ADS7828 bindings
@ 2021-05-31 13:46 Nobuhiro Iwamatsu
  2021-06-02 11:48 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2021-05-31 13:46 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Rob Herring, Krzysztof Kozlowski
  Cc: linux-hwmon, devicetree, linux-kernel, Nobuhiro Iwamatsu

Fix typo in example for DT binding, changed from 'comatible'
to 'compatible'.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml b/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml
index 33ee575bb09da1..926be9a29044b2 100644
--- a/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml
+++ b/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml
@@ -49,7 +49,7 @@ examples:
         #size-cells = <0>;
 
         adc@48 {
-            comatible = "ti,ads7828";
+            compatible = "ti,ads7828";
             reg = <0x48>;
             vref-supply = <&vref>;
             ti,differential-input;
-- 
2.30.0


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

* Re: [PATCH] dt-bindings: hwmon: Fix typo in TI ADS7828 bindings
  2021-05-31 13:46 [PATCH] dt-bindings: hwmon: Fix typo in TI ADS7828 bindings Nobuhiro Iwamatsu
@ 2021-06-02 11:48 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2021-06-02 11:48 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu
  Cc: Jean Delvare, Rob Herring, Krzysztof Kozlowski, linux-hwmon,
	devicetree, linux-kernel

On Mon, May 31, 2021 at 10:46:55PM +0900, Nobuhiro Iwamatsu wrote:
> Fix typo in example for DT binding, changed from 'comatible'
> to 'compatible'.
> 
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Applied.

Thanks,
Guenter

> ---
>  Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml b/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml
> index 33ee575bb09da1..926be9a29044b2 100644
> --- a/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml
> @@ -49,7 +49,7 @@ examples:
>          #size-cells = <0>;
>  
>          adc@48 {
> -            comatible = "ti,ads7828";
> +            compatible = "ti,ads7828";
>              reg = <0x48>;
>              vref-supply = <&vref>;
>              ti,differential-input;

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

end of thread, other threads:[~2021-06-02 11:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31 13:46 [PATCH] dt-bindings: hwmon: Fix typo in TI ADS7828 bindings Nobuhiro Iwamatsu
2021-06-02 11:48 ` Guenter Roeck

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).