Re: [PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property

2019-09-20 Thread Mark Brown
On Thu, Sep 19, 2019 at 12:09:04PM +0530, Pragnesh Patel wrote: > Compatible property is not of type 'string', so remove const: > from it. Please use subject lines matching the style for the subsystem. This makes it easier for people to identify relevant patches. There's no need to resubmit to f

Re: [PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property

2019-09-19 Thread Rob Herring
On Thu, Sep 19, 2019 at 1:39 AM Pragnesh Patel wrote: > > Compatible property is not of type 'string', so remove const: > from it. > > Signed-off-by: Pragnesh Patel > --- > Documentation/devicetree/bindings/regulator/fixed-regulator.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-

[PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property

2019-09-18 Thread Pragnesh Patel
Compatible property is not of type 'string', so remove const: from it. Signed-off-by: Pragnesh Patel --- Documentation/devicetree/bindings/regulator/fixed-regulator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/regulator/fixed-regu