projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4910da6
)
docs: hwmon: fix link to g762 devicetree binding
author
Kathara Sasikumar
<katharasasikumar007@gmail.com>
Fri, 5 Dec 2025 21:58:35 +0000
(21:58 +0000)
committer
Guenter Roeck
<linux@roeck-us.net>
Sun, 7 Dec 2025 22:10:18 +0000
(14:10 -0800)
The devicetree binding for g762 was converted to YAML to match vendor
prefix conventions. Update the reference accordingly.
Signed-off-by: Kathara Sasikumar <katharasasikumar007@gmail.com>
Link:
https://lore.kernel.org/r/20251205215835.783273-1-katharasasikumar007@gmail.com
Fixes:
3d8e25372417
("dt-bindings: hwmon: g762: Convert to yaml schema")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/g762.rst
patch
|
blob
|
history
diff --git
a/Documentation/hwmon/g762.rst
b/Documentation/hwmon/g762.rst
index
0371b33
..
f224552
100644
(file)
--- a/
Documentation/hwmon/g762.rst
+++ b/
Documentation/hwmon/g762.rst
@@
-17,7
+17,7
@@
done via a userland daemon like fancontrol.
Note that those entries do not provide ways to setup the specific
hardware characteristics of the system (reference clock, pulses per
fan revolution, ...); Those can be modified via devicetree bindings
-documented in Documentation/devicetree/bindings/hwmon/g
762.txt
or
+documented in Documentation/devicetree/bindings/hwmon/g
mt,g762.yaml
or
using a specific platform_data structure in board initialization
file (see include/linux/platform_data/g762.h).