From 26abaad783dd00ad33b635e99a385587c458cbaa Mon Sep 17 00:00:00 2001 From: Leonard Crestez Date: Tue, 27 Aug 2019 14:34:40 +0300 Subject: [PATCH] MLK-22514 arm64: dts: imx8mm: Fix GPU axi/ahb rates On imx8mm gpu AXI should be 800m and AHB 400m but assigned-clock-rates incorrectly assigned 400m to AXI and left AHB at 800m. Fixes: e744bde4148b ("MLK-21700-4 arm64: dts: imx8mm: Consolidate composite assigned-clocks") Signed-off-by: Leonard Crestez Reviewed-by: Abel Vesa --- arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi index 4e29734224a5..3394ec323ced 100644 --- a/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi @@ -1270,7 +1270,7 @@ <&clk IMX8MM_GPU_PLL_OUT>; assigned-clock-parents = <&clk IMX8MM_GPU_PLL_OUT>, <&clk IMX8MM_GPU_PLL_OUT>, <&clk IMX8MM_SYS_PLL1_800M>, <&clk IMX8MM_SYS_PLL1_800M>; - assigned-clock-rates = <0>, <0>, <400000000>, <0>, <1000000000>; + assigned-clock-rates = <0>, <0>, <0>, <400000000>, <1000000000>; power-domains = <&gpumix_pd>; -- 2.17.1