mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08:00
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>
This commit is contained in:
parent
614124bea7
commit
faffc5d857
@ -49,7 +49,7 @@ examples:
|
|||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
adc@48 {
|
adc@48 {
|
||||||
comatible = "ti,ads7828";
|
compatible = "ti,ads7828";
|
||||||
reg = <0x48>;
|
reg = <0x48>;
|
||||||
vref-supply = <&vref>;
|
vref-supply = <&vref>;
|
||||||
ti,differential-input;
|
ti,differential-input;
|
||||||
|
Loading…
Reference in New Issue
Block a user