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

Configure Feed

Select the types of activity you want to include in your feed.

docs: hwmon: fix link to g762 devicetree binding

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>

authored by

Kathara Sasikumar and committed by
Guenter Roeck
08bfcf4f 4910da6b

+1 -1
+1 -1
Documentation/hwmon/g762.rst
··· 17 17 Note that those entries do not provide ways to setup the specific 18 18 hardware characteristics of the system (reference clock, pulses per 19 19 fan revolution, ...); Those can be modified via devicetree bindings 20 - documented in Documentation/devicetree/bindings/hwmon/g762.txt or 20 + documented in Documentation/devicetree/bindings/hwmon/gmt,g762.yaml or 21 21 using a specific platform_data structure in board initialization 22 22 file (see include/linux/platform_data/g762.h). 23 23