Skip to content

Commit faffc5d

Browse files
iwamatsugroeck
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 614124b commit faffc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ examples:
4949
#size-cells = <0>;
5050
5151
adc@48 {
52-
comatible = "ti,ads7828";
52+
compatible = "ti,ads7828";
5353
reg = <0x48>;
5454
vref-supply = <&vref>;
5555
ti,differential-input;

0 commit comments

Comments
 (0)