lkml.org 
[lkml]   [2023]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/2] dt-bindings: hwmon: max31827: use supply pin name
Date
The actual hardware pin name for the supply of max31827 is vdd.
Update the dt-binding to reflect the hardware properties accordingly.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
---
Documentation/devicetree/bindings/hwmon/adi,max31827.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/hwmon/adi,max31827.yaml b/Documentation/devicetree/bindings/hwmon/adi,max31827.yaml
index 2dc8b07b4d3b..21f2d350373b 100644
--- a/Documentation/devicetree/bindings/hwmon/adi,max31827.yaml
+++ b/Documentation/devicetree/bindings/hwmon/adi,max31827.yaml
@@ -27,7 +27,7 @@ properties:
reg:
maxItems: 1

- vref-supply:
+ vdd-supply:
description:
Must have values in the interval (1.6V; 3.6V) in order for the device to
function correctly.
@@ -35,7 +35,7 @@ properties:
required:
- compatible
- reg
- - vref-supply
+ - vdd-supply

additionalProperties: false

@@ -48,7 +48,7 @@ examples:
temperature-sensor@42 {
compatible = "adi,max31827";
reg = <0x42>;
- vref-supply = <&reg_vdd>;
+ vdd-supply = <&reg_vdd>;
};
};
...
--
2.42.0
\
 
 \ /
  Last update: 2023-09-22 00:56    [W:0.948 / U:1.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site