Skip to content

Commit 4c5e0f0

Browse files
Tommaso Merciaigeertu
authored andcommitted
arm64: dts: renesas: rzg3e-smarc-som: Enable Mali-G52
Enable the Mali-G52 (GPU) node on the RZ/G3E SMARC SoM board. Signed-off-by: Tommaso Merciai <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent af06adb commit 4c5e0f0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@
4747
regulator-always-on;
4848
};
4949

50+
reg_vdd0p8v_others: regulator-vdd0p8v-others {
51+
compatible = "regulator-fixed";
52+
53+
regulator-name = "fixed-0.8V";
54+
regulator-min-microvolt = <800000>;
55+
regulator-max-microvolt = <800000>;
56+
regulator-boot-on;
57+
regulator-always-on;
58+
};
59+
5060
/* 32.768kHz crystal */
5161
x3: x3-clock {
5262
compatible = "fixed-clock";
@@ -59,6 +69,11 @@
5969
clock-frequency = <48000000>;
6070
};
6171

72+
&gpu {
73+
status = "okay";
74+
mali-supply = <&reg_vdd0p8v_others>;
75+
};
76+
6277
&i2c2 {
6378
pinctrl-0 = <&i2c2_pins>;
6479
pinctrl-names = "default";

0 commit comments

Comments
 (0)