MLK-22514 arm64: dts: imx8mm: Fix GPU axi/ahb rates
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 27 Aug 2019 11:34:40 +0000 (14:34 +0300)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 28 Aug 2019 13:01:57 +0000 (16:01 +0300)
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 <leonard.crestez@nxp.com>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi

index 4e29734..3394ec3 100644 (file)
                                  <&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>;