Skip to content

Commit 1f99b5d

Browse files
dos1nxpfrankli
authored andcommitted
arm64: dts: imx8mq: Set the correct gpu_ahb clock frequency
According to i.MX 8M Quad Reference Manual, GPU_AHB_CLK_ROOT's maximum frequency is 400MHz. Fixes: 45d2c84 ("arm64: dts: imx8mq: add GPU node") Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent 6de23f8 commit 1f99b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@
16321632
<&clk IMX8MQ_GPU_PLL_OUT>,
16331633
<&clk IMX8MQ_GPU_PLL>;
16341634
assigned-clock-rates = <800000000>, <800000000>,
1635-
<800000000>, <800000000>, <0>;
1635+
<800000000>, <400000000>, <0>;
16361636
power-domains = <&pgc_gpu>;
16371637
};
16381638

0 commit comments

Comments
 (0)