Commit 4c5e0f0c authored by Tommaso Merciai's avatar Tommaso Merciai Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: rzg3e-smarc-som: Enable Mali-G52

parent af06adb5
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -47,6 +47,16 @@ reg_3p3v: regulator-3p3v {
		regulator-always-on;
	};

	reg_vdd0p8v_others: regulator-vdd0p8v-others {
		compatible = "regulator-fixed";

		regulator-name = "fixed-0.8V";
		regulator-min-microvolt = <800000>;
		regulator-max-microvolt = <800000>;
		regulator-boot-on;
		regulator-always-on;
	};

	/* 32.768kHz crystal */
	x3: x3-clock {
		compatible = "fixed-clock";
@@ -59,6 +69,11 @@ &audio_extal_clk {
	clock-frequency = <48000000>;
};

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

&i2c2 {
	pinctrl-0 = <&i2c2_pins>;
	pinctrl-names = "default";