[PATCH] Documentation: hwmon: g762: update DT binding reference

Shubham Sharma posted 1 patch 1 week, 4 days ago
Documentation/hwmon/g762.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: hwmon: g762: update DT binding reference
Posted by Shubham Sharma 1 week, 4 days ago
Update the device tree binding reference to show the change
from .txt to YAML. Binding was converted in commit
3d8e25372417 ("dt-bindings: hwmon: g762: Convert to yaml schema")
and moved to Documentation/devicetree/bindings/hwmon/gmt,g762.yaml.

Signed-off-by: Shubham Sharma <slopixelz@gmail.com>
---
 Documentation/hwmon/g762.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/hwmon/g762.rst b/Documentation/hwmon/g762.rst
index 0371b3365c48..f224552a2d3c 100644
--- 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/g762.txt or
+documented in Documentation/devicetree/bindings/hwmon/gmt,g762.yaml or
 using a specific platform_data structure in board initialization
 file (see include/linux/platform_data/g762.h).
 
-- 
2.43.0
Re: [PATCH] Documentation: hwmon: g762: update DT binding reference
Posted by Guenter Roeck 1 week, 4 days ago
On 12/7/25 12:27, Shubham Sharma wrote:
> Update the device tree binding reference to show the change
> from .txt to YAML. Binding was converted in commit
> 3d8e25372417 ("dt-bindings: hwmon: g762: Convert to yaml schema")
> and moved to Documentation/devicetree/bindings/hwmon/gmt,g762.yaml.
> 
> Signed-off-by: Shubham Sharma <slopixelz@gmail.com>

I already have two patches with this change, and one of them is queued
in the hwmon branch.

Guenter