summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp.dtsi
diff options
context:
space:
mode:
authorXianzhong <xianzhong.li@nxp.com>2017-03-11 23:04:27 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:25:56 +0800
commit85eb71225e48d5bd90d509b6e007e07b7b1800d1 (patch)
treed188814cbde9d416498056b632124c5d606986bc /arch/arm/boot/dts/imx7ulp.dtsi
parent3bfddc1faae40da9c0b75607a7a3e7d8352bac8e (diff)
MGS-2731 gpu: dts: fix the wrong clock config for 7ulp gpu shader
gc7000nu has only clk2x core input, no external shader clock input, currently gpu_3d_shader clock is set to the 2d bus clock mistakenly, should set gpu_3d_shader config with dummy clock in gpu device, also removed the unused gpu2d_shader_clock setting from dts. Signed-off-by: Xianzhong <xianzhong.li@nxp.com> (cherry picked from commit 021b397e2594a37987d852a382f90bf0559fcf30)
Diffstat (limited to 'arch/arm/boot/dts/imx7ulp.dtsi')
-rw-r--r--arch/arm/boot/dts/imx7ulp.dtsi5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi
index c553c47b466c..0a537c7078a9 100644
--- a/arch/arm/boot/dts/imx7ulp.dtsi
+++ b/arch/arm/boot/dts/imx7ulp.dtsi
@@ -586,14 +586,13 @@
<GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "irq_3d", "irq_2d";
clocks = <&clks IMX7ULP_CLK_GPU3D>,
- <&clks IMX7ULP_CLK_NIC1_DIV>,
+ <&clks IMX7ULP_CLK_DUMMY>,
<&clks IMX7ULP_CLK_GPU_DIV>,
<&clks IMX7ULP_CLK_GPU2D>,
- <&clks IMX7ULP_CLK_NIC1_DIV>,
<&clks IMX7ULP_CLK_NIC1_DIV>;
clock-names = "gpu3d_clk", "gpu3d_shader_clk",
"gpu3d_axi_clk", "gpu2d_clk",
- "gpu2d_shader_clk", "gpu2d_axi_clk";
+ "gpu2d_axi_clk";
};
};