Add mali GPU supply for OrangePi Lite2 (#1943)

This commit is contained in:
Igor Zhukov
2020-05-09 15:36:42 +07:00
committed by GitHub
parent d479e98a56
commit 89b5e5f782

View File

@@ -98,6 +98,11 @@ index e098a2475..6c481b547 100644
+ status = "okay";
+};
+
+&gpu {
+ mali-supply = <&reg_dcdcc>;
+ status = "okay";
+};
+
+&hdmi {
+ status = "okay";
+};
@@ -244,6 +249,7 @@ index e098a2475..6c481b547 100644
+ };
+
+ reg_dcdcc: dcdcc {
+ regulator-enable-ramp-delay = <32000>;
+ regulator-min-microvolt = <810000>;
+ regulator-max-microvolt = <1080000>;
+ regulator-name = "vdd-gpu";