diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2021-05-31 22:46:55 +0900 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2021-06-09 11:51:30 -0700 |
commit | faffc5d8576ed827e2e8e4d2a3771dbb52667381 (patch) | |
tree | f6977d7f03b1adbedc16a801e0c204951c1461f1 /Documentation | |
parent | 614124bea77e452aa6df7a8714e8bc820b489922 (diff) |
dt-bindings: hwmon: Fix typo in TI ADS7828 bindings
Fix typo in example for DT binding, changed from 'comatible'
to 'compatible'.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Link: https://lore.kernel.org/r/20210531134655.720462-1-iwamatsu@nigauri.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml b/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml index 33ee575bb09d..926be9a29044 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; |