diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-01-13 11:59:17 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2021-01-21 11:27:23 -0800 |
commit | f6aed68e8a2a646c78801f6c545f9c4db2f4e610 (patch) | |
tree | a95a5e18d61b52d1c021f63ca8d4ec4286c634d8 | |
parent | 19c329f6808995b142b3966301f217c831e7cf31 (diff) | |
download | linux-stable-f6aed68e8a2a646c78801f6c545f9c4db2f4e610.tar.gz linux-stable-f6aed68e8a2a646c78801f6c545f9c4db2f4e610.tar.bz2 linux-stable-f6aed68e8a2a646c78801f6c545f9c4db2f4e610.zip |
hwmon: (ina2) update ti,ina2xx.yaml reference in documentation
Changeset 94f1ab944565 ("dt-bindings: hwmon: convert TI INA2xx bindings to dt-schema")
renamed: Documentation/devicetree/bindings/hwmon/ina2xx.txt
to: Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml.
Update its cross-reference accordingly.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/886bd248721b146d844d46e26ddd4cd277f51446.1610535350.git.mchehab+huawei@kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | Documentation/hwmon/ina2xx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/ina2xx.rst b/Documentation/hwmon/ina2xx.rst index f78a5cd44c4c..27d2e39bc8ac 100644 --- a/Documentation/hwmon/ina2xx.rst +++ b/Documentation/hwmon/ina2xx.rst @@ -74,7 +74,7 @@ bus supply voltage. The shunt value in micro-ohms can be set via platform data or device tree at compile-time or via the shunt_resistor attribute in sysfs at run-time. Please -refer to the Documentation/devicetree/bindings/hwmon/ina2xx.txt for bindings +refer to the Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml for bindings if the device tree is used. Additionally ina226 supports update_interval attribute as described in |