Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nobuhiro Iwamatsu and committed by
Guenter Roeck
faffc5d8 614124be

+1 -1
+1 -1
Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml
··· 49 49 #size-cells = <0>; 50 50 51 51 adc@48 { 52 - comatible = "ti,ads7828"; 52 + compatible = "ti,ads7828"; 53 53 reg = <0x48>; 54 54 vref-supply = <&vref>; 55 55 ti,differential-input;