On Mon, 10 Feb 2025 15:59:25 -0500, Frank Li wrote: > From: Robert Chiras <robert.chiras@xxxxxxx> > > Add compatible strings for i.MX8QM/i.MX8QXP platform. Remove > fsl,mipi-phy-gpr from required properties and add new reg space, since > i.MX8QM and i.MX8QXP use dedicate control and status register(csr) space. > > Keep the same restriction for other compatible strings. > > Signed-off-by: Robert Chiras <robert.chiras@xxxxxxx> > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > change from v2 to v3 > - use dedicate csr register space > change from v1 to v2 > - remove internal review tags > - remove reg maxitems:1 > - remove 8ulp part > - add 8qxp compatible string and make 8qm failback to 8qxp > - limit reset and power domain number to 1 for 8qxp and 8qm > - remove power-domains change because 8qm/8qxp only need 1 power domain > --- > .../bindings/media/nxp,imx8mq-mipi-csi2.yaml | 38 +++++++++++++++++++--- > 1 file changed, 34 insertions(+), 4 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>