ARM: dts: imx7s: Fix CSI clocks
authorFabio Estevam <festevam@denx.de>
Wed, 13 Sep 2023 13:36:48 +0000 (10:36 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 02:36:31 +0000 (10:36 +0800)
Per nxp,imx7-csi.yaml, there is only one CSI clock entry.

Fix it.

This fixes the following schema warnings:

imx7d-zii-rpu2.dtb: csi@30710000: clocks: [[1, 413], [1, 326], [1, 413]] is too long
from schema $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml#
imx7d-zii-rpu2.dtb: csi@30710000: clock-names:0: 'mclk' was expected
from schema $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml#
imx7d-zii-rpu2.dtb: csi@30710000: clock-names: ['axi', 'mclk', 'dcic'] is too long
from schema $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7s.dtsi

index e152d08f27d49e87715af03ccb2c63a52890ee49..9e683f499f4054391164d4158c56db5392437078 100644 (file)
                                compatible = "fsl,imx7-csi";
                                reg = <0x30710000 0x10000>;
                                interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
-                               clocks = <&clks IMX7D_CLK_DUMMY>,
-                                        <&clks IMX7D_CSI_MCLK_ROOT_CLK>,
-                                        <&clks IMX7D_CLK_DUMMY>;
-                               clock-names = "axi", "mclk", "dcic";
+                               clocks = <&clks IMX7D_CSI_MCLK_ROOT_CLK>;
+                               clock-names = "mclk";
                                status = "disabled";
 
                                port {