Skip to content

Commit ad2631b

Browse files
wensmbgg
authored andcommitted
arm64: dts: mt8183: Fix Mali GPU clock
The actual clock feeding into the Mali GPU on the MT8183 is from the clock gate in the MFGCFG block, not CLK_TOP_MFGPLL_CK from the TOPCKGEN block, which itself is simply a pass-through placeholder for the MFGPLL in the APMIXEDSYS block. Fix the hardware description with the correct clock reference. Fixes: a8168ce ("arm64: dts: mt8183: Add node for the Mali GPU") Signed-off-by: Chen-Yu Tsai <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: AngeloGioacchino Del Regno <[email protected]> Tested-by: Nícolas F. R. A. Prado <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
1 parent e4a4175 commit ad2631b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/mediatek/mt8183.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@
16781678
<GIC_SPI 278 IRQ_TYPE_LEVEL_LOW>;
16791679
interrupt-names = "job", "mmu", "gpu";
16801680

1681-
clocks = <&topckgen CLK_TOP_MFGPLL_CK>;
1681+
clocks = <&mfgcfg CLK_MFG_BG3D>;
16821682

16831683
power-domains =
16841684
<&spm MT8183_POWER_DOMAIN_MFG_CORE0>,

0 commit comments

Comments
 (0)