On Di, 2022-08-30 at 19:21 +0000, Eliav Farber wrote: > Change "reset" property to be optional instead of required, for SOCs that > don't support a reset controller. > > Signed-off-by: Eliav Farber <farbere@xxxxxxxxxx> > --- > 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 6abde48b746e..2ec4b9da4b92 100644 > --- a/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml > +++ b/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml > @@ -49,7 +49,6 @@ required: > - reg > - reg-names > - clocks > - - resets Is this just for mr76006? Or does mr75203 work without reset as well? If it is the former, maybe a new compatible should be added and resets should be kept required if: properties: compatible: contains: const: moortec,mr75203 regards Philipp