We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af06adb commit 4c5e0f0Copy full SHA for 4c5e0f0
arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
@@ -47,6 +47,16 @@
47
regulator-always-on;
48
};
49
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
60
/* 32.768kHz crystal */
61
x3: x3-clock {
62
compatible = "fixed-clock";
@@ -59,6 +69,11 @@
69
clock-frequency = <48000000>;
70
71
72
+&gpu {
73
+ status = "okay";
74
+ mali-supply = <®_vdd0p8v_others>;
75
+};
76
77
&i2c2 {
63
78
pinctrl-0 = <&i2c2_pins>;
64
79
pinctrl-names = "default";
0 commit comments