mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: freescale: Fix VPU G2 clock
[ Upstream commitb27bfc5103] 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:4ac7e4a812("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5841d3d0c3
commit
7b0582dddd
@@ -756,7 +756,7 @@
|
|||||||
<&clk IMX8MQ_SYS1_PLL_800M>,
|
<&clk IMX8MQ_SYS1_PLL_800M>,
|
||||||
<&clk IMX8MQ_VPU_PLL>;
|
<&clk IMX8MQ_VPU_PLL>;
|
||||||
assigned-clock-rates = <600000000>,
|
assigned-clock-rates = <600000000>,
|
||||||
<600000000>,
|
<300000000>,
|
||||||
<800000000>,
|
<800000000>,
|
||||||
<0>;
|
<0>;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user