From 5cbe67f66863d7da0d4b800fc36db17db8ceff64 Mon Sep 17 00:00:00 2001 From: Yuchou Gan Date: Fri, 9 Mar 2018 22:37:15 +0800 Subject: [PATCH] MGS-3724 increase the core clock rate for qxp B0 board. The qxp B0 board gpu core clock rate is 700MHz, increase to it. Signed-off-by: Yuchou Gan --- arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi index 4d2a1b76fdf3..d7be162757c7 100644 --- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi @@ -2018,7 +2018,7 @@ clocks = <&clk IMX8QXP_GPU0_CORE_CLK>, <&clk IMX8QXP_GPU0_SHADER_CLK>; clock-names = "core", "shader"; assigned-clocks = <&clk IMX8QXP_GPU0_CORE_CLK>, <&clk IMX8QXP_GPU0_SHADER_CLK>; - assigned-clock-rates = <600000000>, <850000000>; + assigned-clock-rates = <700000000>, <850000000>; power-domains = <&pd_gpu0>; status = "disabled"; }; -- 2.17.1