Skip to content

Commit b27bfc5

Browse files
Benjamin GaignardShawn Guo
authored andcommitted
arm64: dts: freescale: Fix VPU G2 clock
Set VPU G2 clock to 300MHz like described in documentation. This fixes pixels error occurring with large resolution ( >= 2560x1600) HEVC test stream when using the postprocessor to produce NV12. Fixes: 4ac7e4a ("arm64: dts: imx8mq: Enable both G1 and G2 VPU's with vpu-blk-ctrl") Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 253be5b commit b27bfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
<&clk IMX8MQ_SYS1_PLL_800M>,
773773
<&clk IMX8MQ_VPU_PLL>;
774774
assigned-clock-rates = <600000000>,
775-
<600000000>,
775+
<300000000>,
776776
<800000000>,
777777
<0>;
778778
};

0 commit comments

Comments
 (0)