public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: nyan: Enable GPU node and related supply
@ 2016-09-18 14:13 Paul Kocialkowski
  2016-09-20 12:24 ` Jon Hunter
  2016-11-07 13:29 ` Thierry Reding
  0 siblings, 2 replies; 7+ messages in thread
From: Paul Kocialkowski @ 2016-09-18 14:13 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the GPU node for tegra124 nyan boards, which is required to
get graphics acceleration with nouveau on these devices.

Signed-off-by: Paul Kocialkowski <contact@paulk•fr>
---
 arch/arm/boot/dts/tegra124-nyan.dtsi | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/tegra124-nyan.dtsi b/arch/arm/boot/dts/tegra124-nyan.dtsi
index dab9509..225ca77 100644
--- a/arch/arm/boot/dts/tegra124-nyan.dtsi
+++ b/arch/arm/boot/dts/tegra124-nyan.dtsi
@@ -42,6 +42,12 @@
 		};
 	};
 
+	gpu at 0,57000000 {
+		status = "okay";
+
+		vdd-supply = <&vdd_gpu>;
+	};
+
 	serial at 70006000 {
 		/* Debug connector on the bottom of the board near SD card. */
 		status = "okay";
@@ -214,7 +220,7 @@
 					regulator-always-on;
 				};
 
-				sd6 {
+				vdd_gpu: sd6 {
 					regulator-name = "+VDD_GPU_AP";
 					regulator-min-microvolt = <650000>;
 					regulator-max-microvolt = <1200000>;
-- 
2.9.3

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

end of thread, other threads:[~2016-11-07 13:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 14:13 [PATCH] ARM: tegra: nyan: Enable GPU node and related supply Paul Kocialkowski
2016-09-20 12:24 ` Jon Hunter
2016-09-20 18:17   ` Paul Kocialkowski
2016-09-21  7:57     ` Jon Hunter
2016-11-07 12:51       ` Alexandre Courbot
2016-11-07 13:00         ` Jon Hunter
2016-11-07 13:29 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox