OSDN Git Service

ARM: tegra: nyan: Enable GPU node and related supply
authorPaul Kocialkowski <contact@paulk.fr>
Sun, 18 Sep 2016 14:13:11 +0000 (16:13 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 7 Nov 2016 13:29:21 +0000 (14:29 +0100)
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>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-nyan.dtsi

index 271505e..eabfa65 100644 (file)
                };
        };
 
+       gpu@0,57000000 {
+               status = "okay";
+
+               vdd-supply = <&vdd_gpu>;
+       };
+
        serial@70006000 {
                /* Debug connector on the bottom of the board near SD card. */
                status = "okay";
                                        regulator-always-on;
                                };
 
-                               sd6 {
+                               vdd_gpu: sd6 {
                                        regulator-name = "+VDD_GPU_AP";
                                        regulator-min-microvolt = <650000>;
                                        regulator-max-microvolt = <1200000>;