ARM: dts: imx6: RDU2+: add assigned clocks for GPU 3D

This downclocks the shader domain from 720MHz to 594MHz, which gets rid
of brown-outs due to excessive current draw on the PMIC switchers. The
board has an unchanged power tree from the Quad design, which isn't able
to cope with higher current needs of the QuadPlus GPU at full speed.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Tested-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Lucas Stach 2018-04-12 15:15:55 +02:00 коммит произвёл Shawn Guo
Родитель 4b4e048405
Коммит e6e35596fd
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -53,3 +53,8 @@
reg = <0x10000000 0>; reg = <0x10000000 0>;
}; };
}; };
&gpu_3d {
assigned-clocks = <&clks IMX6QDL_CLK_GPU3D_SHADER_SEL>;
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL2_PFD1_594M>;
};