Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dt-bindings: media: nxp,imx-mipi-csi2: i.MX8MP support

The CSIS CSI-2 receiver in the i.MX8MP seems to be identical to the
version present in the i.MX8MM. Add a device-specific compatible string,
with a fallback to the i.MX8MM compatible.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Laurent Pinchart and committed by
Mauro Carvalho Chehab
edbb6e25 d200de90

+8 -3
+8 -3
Documentation/devicetree/bindings/media/nxp,imx-mipi-csi2.yaml
··· 22 22 23 23 properties: 24 24 compatible: 25 - enum: 26 - - fsl,imx7-mipi-csi2 27 - - fsl,imx8mm-mipi-csi2 25 + oneOf: 26 + - enum: 27 + - fsl,imx7-mipi-csi2 28 + - fsl,imx8mm-mipi-csi2 29 + - items: 30 + - enum: 31 + - fsl,imx8mp-mipi-csi2 32 + - const: fsl,imx8mm-mipi-csi2 28 33 29 34 reg: 30 35 maxItems: 1