Skip to content

Commit 37e5caa

Browse files
Marek VasutShawn Guo
authored andcommitted
arm64: dts: imx95: Fix JPEG encoder node assigned clock
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: 153c039 ("arm64: dts: imx95: add jpeg encode and decode nodes") Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Reviewed-by: Frank Li <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent e35318d commit 37e5caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx95.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@
18431843
<GIC_SPI 294 IRQ_TYPE_LEVEL_HIGH>;
18441844
clocks = <&scmi_clk IMX95_CLK_VPU>,
18451845
<&vpu_blk_ctrl IMX95_CLK_VPUBLK_JPEG_ENC>;
1846-
assigned-clocks = <&vpu_blk_ctrl IMX95_CLK_VPUBLK_JPEG_DEC>;
1846+
assigned-clocks = <&vpu_blk_ctrl IMX95_CLK_VPUBLK_JPEG_ENC>;
18471847
assigned-clock-parents = <&scmi_clk IMX95_CLK_VPUJPEG>;
18481848
power-domains = <&scmi_devpd IMX95_PD_VPU>;
18491849
};

0 commit comments

Comments
 (0)