Message ID | 20220816082757.11990-4-farbere@amazon.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Variety of fixes and new features for mr75203 driver | expand |
On Tue, Aug 16, 2022 at 08:27:44AM +0000, Eliav Farber wrote: > The "intel,vm-map property" is optional and not required. Please follow the subject format for the subsystem (bindings). > > Signed-off-by: Eliav Farber <farbere@amazon.com> > --- > Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml b/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml > index 6f3e3c01f717..f9e849cc73e0 100644 > --- a/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml > +++ b/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml > @@ -48,12 +48,12 @@ required: > - compatible > - reg > - reg-names > - - intel,vm-map > - clocks > - resets > - "#thermal-sensor-cells" > > -additionalProperties: false > +additionalProperties: > + - intel,vm-map Please test your changes. Not valid json-schema. > > examples: > - | > -- > 2.37.1 >
diff --git a/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml b/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml index 6f3e3c01f717..f9e849cc73e0 100644 --- a/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml +++ b/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml @@ -48,12 +48,12 @@ required: - compatible - reg - reg-names - - intel,vm-map - clocks - resets - "#thermal-sensor-cells" -additionalProperties: false +additionalProperties: + - intel,vm-map examples: - |
The "intel,vm-map property" is optional and not required. Signed-off-by: Eliav Farber <farbere@amazon.com> --- Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)