clk: mediatek: mt8183: mfgcfg: Propagate rate changes to parent
[ Upstream commit9f94f545f2] The only clock in the MT8183 MFGCFG block feeds the GPU. Propagate its rate change requests to its parent, so that DVFS for the GPU can work properly. Fixes:acddfc2c26("clk: mediatek: Add MT8183 clock support") Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20220927101128.44758-3-angelogioacchino.delregno@collabora.com Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
6e58f2469e
commit
1dd5148445
1 changed files with 3 additions and 3 deletions
|
|
@ -18,9 +18,9 @@ static const struct mtk_gate_regs mfg_cg_regs = {
|
||||||
.sta_ofs = 0x0,
|
.sta_ofs = 0x0,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define GATE_MFG(_id, _name, _parent, _shift) \
|
#define GATE_MFG(_id, _name, _parent, _shift) \
|
||||||
GATE_MTK(_id, _name, _parent, &mfg_cg_regs, _shift, \
|
GATE_MTK_FLAGS(_id, _name, _parent, &mfg_cg_regs, _shift, \
|
||||||
&mtk_clk_gate_ops_setclr)
|
&mtk_clk_gate_ops_setclr, CLK_SET_RATE_PARENT)
|
||||||
|
|
||||||
static const struct mtk_gate mfg_clks[] = {
|
static const struct mtk_gate mfg_clks[] = {
|
||||||
GATE_MFG(CLK_MFG_BG3D, "mfg_bg3d", "mfg_sel", 0)
|
GATE_MFG(CLK_MFG_BG3D, "mfg_bg3d", "mfg_sel", 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue