Skip to content

Commit

Permalink
Merge pull request #13 from frank-w/5.8-main
Browse files Browse the repository at this point in the history
arm: dts: mt7623: add lima related regulator
  • Loading branch information
d3adme4t authored Aug 31, 2020
2 parents dc60239 + 25fea8a commit 18a380c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@
regulator-always-on;
};

vdd_fixed_vgpu_reg: fixedregulator@0 {
compatible = "regulator-fixed";
regulator-name = "vdd_fixed_vgpu";
regulator-min-microvolt = <1150000>;
regulator-max-microvolt = <1150000>;
};

gpio-keys {
compatible = "gpio-keys";
pinctrl-names = "default";
Expand Down Expand Up @@ -458,3 +465,7 @@
status = "okay";
};

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

0 comments on commit 18a380c

Please sign in to comment.