linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: dts: mt7623: add lima related regulator
@ 2020-08-31 14:39 Frank Wunderlich
  2020-09-04 12:01 ` Aw: " Frank Wunderlich
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Wunderlich @ 2020-08-31 14:39 UTC (permalink / raw)
  To: linux-mediatek
  Cc: Alex Ryabchenko, Rob Herring, Matthias Brugger, chunkuang.hu,
	devicetree, linux-arm-kernel, linux-kernel, Frank Wunderlich

From: Alex Ryabchenko <d3adme4t@gmail.com>

GPU needs additional regulator, add it to devicetree of bpi-r2

Signed-off-by: Alex Ryabchenko <d3adme4t@gmail.com>
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
 arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
index f41f221e56ca..826912545ef1 100644
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
@@ -79,6 +79,13 @@ reg_5v: regulator-5v {
 		regulator-always-on;
 	};
 
+	reg_vgpu: 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";
@@ -283,6 +290,11 @@ &i2c1 {
 	status = "okay";
 };
 
+&mali {
+	mali-supply = <&reg_vgpu>;
+	status = "okay";
+};
+
 &mmc0 {
 	pinctrl-names = "default", "state_uhs";
 	pinctrl-0 = <&mmc0_pins_default>;
@@ -402,4 +414,3 @@ &u3phy1 {
 &u3phy2 {
 	status = "okay";
 };
-
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Aw: [PATCH] arm: dts: mt7623: add lima related regulator
  2020-08-31 14:39 [PATCH] arm: dts: mt7623: add lima related regulator Frank Wunderlich
@ 2020-09-04 12:01 ` Frank Wunderlich
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Wunderlich @ 2020-09-04 12:01 UTC (permalink / raw)
  To: Frank Wunderlich
  Cc: linux-mediatek, Alex Ryabchenko, Rob Herring, Matthias Brugger,
	chunkuang.hu, devicetree, linux-arm-kernel, linux-kernel

this Patch is now Part of my hdmi-series v6

https://patchwork.kernel.org/project/linux-mediatek/list/?series=343565

so comments please to this series

regards Frank

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-04 12:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31 14:39 [PATCH] arm: dts: mt7623: add lima related regulator Frank Wunderlich
2020-09-04 12:01 ` Aw: " Frank Wunderlich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).