Commit 224e9861 authored by Andre Przywara's avatar Andre Przywara Committed by Chen-Yu Tsai
Browse files

arm64: dts: allwinner: h616: enable Mali GPU for all boards



All Allwinner H616/H618 SoCs contain a Mali G31 MP2 GPU.

Enable the DT nodes for that GPU, and specify the regulator providing
power to the VDD_GPU pins of the package. The rest of the DT node is set
by the SoC, so is not board specific.

Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Link: https://patch.msgid.link/20250416224839.9840-5-andre.przywara@arm.com


Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 87c6b450
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -79,6 +79,11 @@ &ehci0 {
	status = "okay";
};

&gpu {
	mali-supply = <&reg_dcdc1>;
	status = "okay";
};

&ir {
	status = "okay";
};
+5 −0
Original line number Diff line number Diff line
@@ -67,6 +67,11 @@ &cpu0 {
	cpu-supply = <&reg_dcdc2>;
};

&gpu {
	mali-supply = <&reg_dcdc1>;
	status = "okay";
};

&mmc0 {
	vmmc-supply = <&reg_dldo1>;
	/* Card detection pin is not connected */
+4 −0
Original line number Diff line number Diff line
@@ -77,6 +77,10 @@ &emac0 {
	status = "okay";
};

&gpu {
	status = "okay";
};

&mdio0 {
	ext_rgmii_phy: ethernet-phy@1 {
		compatible = "ethernet-phy-ieee802.3-c22";
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@ &emac0 {
	phy-supply = <&reg_dcdce>;
};

&gpu {
	mali-supply = <&reg_dcdcc>;
};

&mmc0 {
	vmmc-supply = <&reg_dcdce>;
};
+5 −0
Original line number Diff line number Diff line
@@ -50,6 +50,11 @@ &ehci2 {
	status = "okay";
};

&gpu {
	mali-supply = <&reg_dcdcc>;
	status = "okay";
};

&ir {
	status = "okay";
};
Loading