diff mbox series

[v9,2/4] dt-bindings: mfd: logicvc: Add patternProperties for the display

Message ID 20210914200539.732093-3-paul.kocialkowski@bootlin.com (mailing list archive)
State New, archived
Headers show
Series drm: LogiCVC display controller support | expand

Commit Message

Paul Kocialkowski Sept. 14, 2021, 8:05 p.m. UTC
The LogiCVC multi-function device has a display part which is now
described in its binding. Add a patternProperties match for it.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
---
 Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml | 3 +++
 1 file changed, 3 insertions(+)

Comments

Rob Herring (Arm) Sept. 16, 2021, 7:54 p.m. UTC | #1
On Tue, 14 Sep 2021 22:05:37 +0200, Paul Kocialkowski wrote:
> The LogiCVC multi-function device has a display part which is now
> described in its binding. Add a patternProperties match for it.
> 
> Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
> ---
>  Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
Lee Jones Sept. 22, 2021, 2:45 p.m. UTC | #2
On Tue, 14 Sep 2021, Paul Kocialkowski wrote:

> The LogiCVC multi-function device has a display part which is now
> described in its binding. Add a patternProperties match for it.
> 
> Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
> ---
>  Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml | 3 +++
>  1 file changed, 3 insertions(+)

Applied, thanks.
Geert Uytterhoeven Oct. 13, 2021, 2:12 p.m. UTC | #3
Hi Lee,

On Wed, Sep 22, 2021 at 4:46 PM Lee Jones <lee.jones@linaro.org> wrote:
> On Tue, 14 Sep 2021, Paul Kocialkowski wrote:
> > The LogiCVC multi-function device has a display part which is now
> > described in its binding. Add a patternProperties match for it.
> >
> > Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
> > ---
> >  Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml | 3 +++
> >  1 file changed, 3 insertions(+)
>
> Applied, thanks.

Unknown file referenced: [Errno 2] No such file or directory:
'.../dt-schema/dtschema/schemas/display/xylon,logicvc-display.yaml'

as 1/4 hasn't been applied yet.

Gr{oetje,eeting}s,

                        Geert
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml b/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml
index 8a1a6625c782..9efd49c39bd2 100644
--- a/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml
+++ b/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml
@@ -46,6 +46,9 @@  patternProperties:
   "^gpio@[0-9a-f]+$":
     $ref: /schemas/gpio/xylon,logicvc-gpio.yaml#
 
+  "^display@[0-9a-f]+$":
+    $ref: /schemas/display/xylon,logicvc-display.yaml#
+
 required:
   - compatible
   - reg