Message ID | 20200904145312.10960-8-krzk@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iMX 8 - Another round of cleanups | expand |
On Fri, Sep 04, 2020 at 04:53:06PM +0200, Krzysztof Kozlowski wrote: > Add common 'clock-names' property which might appear in DTSes. This > makes it consistent with rohm,bd71837-pmic dtschema. > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > --- > Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml > index 5d531051a153..6328163fc32a 100644 > --- a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml > +++ b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml > @@ -35,6 +35,9 @@ properties: > clocks: > maxItems: 1 > > + clock-names: > + maxItems: 1 Need to define the name. > + > "#clock-cells": > const: 0 > > -- > 2.17.1 >
diff --git a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml index 5d531051a153..6328163fc32a 100644 --- a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml +++ b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml @@ -35,6 +35,9 @@ properties: clocks: maxItems: 1 + clock-names: + maxItems: 1 + "#clock-cells": const: 0
Add common 'clock-names' property which might appear in DTSes. This makes it consistent with rohm,bd71837-pmic dtschema. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml | 3 +++ 1 file changed, 3 insertions(+)