Skip to content

Commit d96d9ac

Browse files
iuncuimwens
authored andcommitted
arm64: dts: allwinner: a523: enable Mali GPU for all boards
All devices based on the A523/A527/H728/T527 processors contain a G57 MC1 GPU. Enable the DT nodes for this GPU and specify a regulator that supplies power to the SoC's VDD_GPU pins. The other parameters are set in the SoC dtsi, so are board independent. Signed-off-by: Mikhail Kalashnikov <[email protected]> Reviewed-by: Andre Przywara <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 3d99e0d commit d96d9ac

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
status = "okay";
6767
};
6868

69+
&gpu {
70+
mali-supply = <&reg_dcdc2>;
71+
status = "okay";
72+
};
73+
6974
&mdio0 {
7075
ext_rgmii_phy: ethernet-phy@1 {
7176
compatible = "ethernet-phy-ieee802.3-c22";

arch/arm64/boot/dts/allwinner/sun55i-h728-x96qpro+.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
status = "okay";
5555
};
5656

57+
&gpu {
58+
mali-supply = <&reg_dcdc2>;
59+
status = "okay";
60+
};
61+
5762
&mmc0 {
5863
vmmc-supply = <&reg_vcc3v3>;
5964
cd-gpios = <&pio 5 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; /* PF6 */

arch/arm64/boot/dts/allwinner/sun55i-t527-avaota-a1.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
status = "okay";
7777
};
7878

79+
&gpu {
80+
mali-supply = <&reg_dcdc2>;
81+
status = "okay";
82+
};
83+
7984
&mdio0 {
8085
ext_rgmii_phy: ethernet-phy@1 {
8186
compatible = "ethernet-phy-ieee802.3-c22";

arch/arm64/boot/dts/allwinner/sun55i-t527-orangepi-4a.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595
status = "okay";
9696
};
9797

98+
&gpu {
99+
mali-supply = <&reg_dcdc2>;
100+
status = "okay";
101+
};
102+
98103
&mmc0 {
99104
vmmc-supply = <&reg_cldo3>;
100105
cd-gpios = <&pio 5 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; /* PF6 */

0 commit comments

Comments
 (0)