On Mon, 10 Feb 2025 15:59:22 -0500, Frank Li wrote: > Add binding documentation for i.MX8QXP and i.MX8QM ISI. The clock-names, > power-domains, and ports differ significantly from the existing > nxp,imx8-isi.yaml. Create a new file to avoid complex if-else branches. > > Add new file to MAINTAINERS. > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > change from v2 to v3 > - none > change from v1 to v2 > - create new file for 8qm and 8qxp accroding rob's suggestion. > --- > .../devicetree/bindings/media/fsl,imx8qm-isi.yaml | 117 +++++++++++++++++++++ > .../devicetree/bindings/media/fsl,imx8qxp-isi.yaml | 103 ++++++++++++++++++ > MAINTAINERS | 1 + > 3 files changed, 221 insertions(+) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>