[PATCH v5 08/21] dt-bindings: hwmon: (mr75203) change "resets" property to be optional

Eliav Farber posted 21 patches 3 years, 6 months ago
There is a newer version of this series
[PATCH v5 08/21] dt-bindings: hwmon: (mr75203) change "resets" property to be optional
Posted by Eliav Farber 3 years, 6 months ago
Change "resets" property to be optional instead of required, for SOCs
that don't support a reset controller.

Signed-off-by: Eliav Farber <farbere@amazon.com>
---
V4 -> V3:
- Fix "reset" to "resets".

V3 -> v2:
- Change "reset" property to be optional instead of adding new
  "reset-control-skip" property.

 Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml b/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml
index 5e41aed5891a..9454576ebb73 100644
--- a/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml
+++ b/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml
@@ -75,7 +75,6 @@ required:
   - reg
   - reg-names
   - clocks
-  - resets
   - "#thermal-sensor-cells"
 
 additionalProperties: false
-- 
2.37.1
Re: [PATCH v5 08/21] dt-bindings: hwmon: (mr75203) change "resets" property to be optional
Posted by Guenter Roeck 3 years, 6 months ago
On Thu, Sep 08, 2022 at 03:24:36PM +0000, Eliav Farber wrote:
> Change "resets" property to be optional instead of required, for SOCs
> that don't support a reset controller.
> 
> Signed-off-by: Eliav Farber <farbere@amazon.com>

Applied, with Rob's Acked-by: from v4 added.

Guenter