On Mon, 07 Dec 2020 11:20:55 +0800, Liu Ying wrote:
This patch adds bindings for i.MX8qxp/qm Display Processing Unit.
Signed-off-by: Liu Ying victor.liu@nxp.com
Note that this depends on the 'two cell binding' clock patch set which has already landed in Shawn's i.MX clk/imx git branch. Otherwise, imx8-lpcg.h won't be found.
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 | 416 +++++++++++++++++++++ 1 file changed, 416 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dpu.yaml
Reviewed-by: Rob Herring robh@kernel.org