]> www.infradead.org Git - users/griffoul/linux.git/commitdiff
arm64: dts: imx95: Fix JPEG encoder node assigned clock
authorMarek Vasut <marek.vasut@mailbox.org>
Wed, 20 Aug 2025 16:27:26 +0000 (18:27 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 09:45:30 +0000 (17:45 +0800)
The assigned clock for JPEG encoder IP has to be IMX95_CLK_VPUBLK_JPEG_ENC
and not IMX95_CLK_VPUBLK_JPEG_DEC (_ENC at the end, not _DEC). This is a
simple copy-paste error, fix it.

Fixes: 153c039a7357 ("arm64: dts: imx95: add jpeg encode and decode nodes")
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95.dtsi

index 4ca6a7ea586eaa5fbbaa56be8b821f7c929b7dc4..8296888bce594707be2d8ca3b9c3d16e860981cc 100644 (file)
                                     <GIC_SPI 294 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&scmi_clk IMX95_CLK_VPU>,
                                 <&vpu_blk_ctrl IMX95_CLK_VPUBLK_JPEG_ENC>;
-                       assigned-clocks = <&vpu_blk_ctrl IMX95_CLK_VPUBLK_JPEG_DEC>;
+                       assigned-clocks = <&vpu_blk_ctrl IMX95_CLK_VPUBLK_JPEG_ENC>;
                        assigned-clock-parents = <&scmi_clk IMX95_CLK_VPUJPEG>;
                        power-domains = <&scmi_devpd IMX95_PD_VPU>;
                };