arm64: dts: imx8mq: fix dtschema warning for imx7-csi
authorMartin Kepplinger <martin.kepplinger@puri.sm>
Fri, 9 Sep 2022 08:39:40 +0000 (10:39 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 19 Nov 2022 00:27:22 +0000 (08:27 +0800)
According to dtschema for the csi bridge, compatible is an enum and
only one must be used. Fixing this removes the following warning:

compatible: 'oneOf' conditional failed, one must be fixed

Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index 3d25535b43e5f5450244b545d4d5d282cf44c19a..7ce99c084e5453107588458486dda21ce26e624a 100644 (file)
                        };
 
                        csi1: csi@30a90000 {
-                               compatible = "fsl,imx8mq-csi", "fsl,imx7-csi";
+                               compatible = "fsl,imx8mq-csi";
                                reg = <0x30a90000 0x10000>;
                                interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk IMX8MQ_CLK_CSI1_ROOT>;
                        };
 
                        csi2: csi@30b80000 {
-                               compatible = "fsl,imx8mq-csi", "fsl,imx7-csi";
+                               compatible = "fsl,imx8mq-csi";
                                reg = <0x30b80000 0x10000>;
                                interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk IMX8MQ_CLK_CSI2_ROOT>;