On Thu, 21 Jan 2021 15:14:18 +0800, Liu Ying wrote:
This patch adds bindings for i.MX8qxp/qm Display Processing Unit.
Signed-off-by: Liu Ying victor.liu@nxp.com
v5->v6:
- Use graph schema. So, drop Rob's R-b tag as review is needed.
v4->v5:
- No change.
v3->v4:
- Improve compatible property by using enum instead of oneOf+const. (Rob)
- Add Rob's R-b tag.
v2->v3:
- No change.
v1->v2:
- Fix yamllint warnings.
- Require bypass0 and bypass1 clocks for both i.MX8qxp and i.MX8qm, as the display controller subsystem spec does say that they exist.
- Use new dt binding way to add clocks in the example.
- Trivial tweaks for the example.
.../bindings/display/imx/fsl,imx8qxp-dpu.yaml | 387 +++++++++++++++++++++ 1 file changed, 387 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dpu.yaml
Reviewed-by: Rob Herring robh@kernel.org