On Thu, Jan 2, 2020 at 8:26 AM Maxime Ripard maxime@cerno.tech wrote:
The Allwinner SoCs have a display engine composed of several controllers assembled differently depending on the SoC, the number and type of output they have, and the additional features they provide. A number of those are supported in Linux, with the matching bindings.
Now that we have the DT validation in place, let's split into separate file and convert the device tree bindings for those controllers to schemas.
Signed-off-by: Maxime Ripard maxime@cerno.tech
Changes from v1:
- Declare the ports in the bindings
What about my comment on using minItems rather than maxItems?
Rob