On Mon, 29 Mar 2021 13:57:23 +0800, Liu Ying wrote:
This patch adds bindings for i.MX8qxp/qm Display Prefetch Resolve Channel.
Signed-off-by: Liu Ying victor.liu@nxp.com
v8->v9:
- Reference 'interrupts-extended' schema instead of 'interrupts' to require an additional interrupt(r_rtram_stall) because the reference manual does mention it, though the driver doesn't get/use it for now. Reference 'interrupt-names' schema to define the two interrupt names - 'dpr_wrap' and 'r_rtram_stall'.
- Drop Rob's R-b tag, as review is needed.
v7->v8:
- No change.
v6->v7:
- No change.
v5->v6:
- No change.
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:
- Use new dt binding way to add clocks in the example.
.../bindings/display/imx/fsl,imx8qxp-dprc.yaml | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.yaml
Reviewed-by: Rob Herring robh@kernel.org