]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8365-evk: Enable GPU support
authorLouis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Tue, 21 Oct 2025 07:30:53 +0000 (09:30 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 27 Oct 2025 10:32:34 +0000 (11:32 +0100)
Enable for the Mediatek Genio 350-EVK board the support of the
Arm Mali G52 MC1 GPU integrated in the MT8365 SoC.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8365-evk.dts

index c8418888268d982875b3aa1aff5551f7c6b5e339..b5dd5ef9fa11ae1d54aa754325bac2e184b90dd3 100644 (file)
        };
 };
 
+&gpu {
+       mali-supply = <&mt6357_vcore_reg>;
+       status = "okay";
+};
+
 &i2c0 {
        clock-frequency = <100000>;
        pinctrl-0 = <&i2c0_pins>;
        };
 };
 
+&mfg {
+       domain-supply = <&mt6357_vsram_others_reg>;
+};
+
 &mmc0 {
        assigned-clock-parents = <&topckgen CLK_TOP_MSDCPLL>;
        assigned-clocks = <&topckgen CLK_TOP_MSDC50_0_SEL>;