[PATCH v8 1/4] dt-bindings: display: Document the Xylon LogiCVC display controller
Geert Uytterhoeven
geert at linux-m68k.org
Wed Oct 13 14:14:52 UTC 2021
Hi Paul,
On Wed, Dec 23, 2020 at 10:32 PM Paul Kocialkowski
<paul.kocialkowski at bootlin.com> wrote:
> The Xylon LogiCVC is a display controller implemented as programmable
> logic in Xilinx FPGAs.
>
> Signed-off-by: Paul Kocialkowski <paul.kocialkowski at bootlin.com>
> Acked-by: Rob Herring <robh at kernel.org>
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/display/xylon,logicvc-display.yaml
> @@ -0,0 +1,313 @@
> + clock-names:
> + minItems: 1
> + maxItems: 4
After applying this to my local tree, as it is a dependency for 2/4 in
for-mfd-next:
Documentation/devicetree/bindings/display/xylon,logicvc-display.yaml:
properties:clock-names: {'required': ['maxItems']} is not allowed for
{'minItems': 1, 'maxItems': 4, 'items': [{'const': 'vclk'}, {'enum':
['vclk2', 'lvdsclk', 'lvdsclkn']}, {'enum': ['vclk2', 'lvdsclk',
'lvdsclkn']}, {'enum': ['vclk2', 'lvdsclk', 'lvdsclkn']}]}
hint: "maxItems" is not needed with an "items" list
from schema $id: http://devicetree.org/meta-schemas/items.yaml#
> + items:
> + # vclk is required and must be provided as first item.
> + - const: vclk
> + # Other clocks are optional and can be provided in any order.
> + - enum:
> + - vclk2
> + - lvdsclk
> + - lvdsclkn
> + - enum:
> + - vclk2
> + - lvdsclk
> + - lvdsclkn
> + - enum:
> + - vclk2
> + - lvdsclk
> + - lvdsclkn
> +
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
More information about the dri-devel
mailing list