ARM: tegra: jetson-tk1: Add GK20A GPU DT node
authorAlexandre Courbot <acourbot@nvidia.com>
Wed, 1 Jul 2015 09:13:47 +0000 (18:13 +0900)
committerThierry Reding <treding@nvidia.com>
Fri, 21 Aug 2015 16:44:27 +0000 (18:44 +0200)
Add the device-tree node for the GK20A GPU and leave it disabled.
It is the responsibility of the bootloader to enable it if the
VPR registers have been programmed such that the GPU can operate.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-jetson-tk1.dts

index ce5961c..66b4451 100644 (file)
                };
        };
 
+       gpu@0,57000000 {
+               /*
+                * Node left disabled on purpose - the bootloader will enable
+                * it after having set the VPR up
+                */
+               vdd-supply = <&vdd_gpu>;
+       };
+
        pinmux: pinmux@0,70000868 {
                pinctrl-names = "boot";
                pinctrl-0 = <&state_boot>;
                                        regulator-always-on;
                                };
 
-                               sd6 {
+                               vdd_gpu: sd6 {
                                        regulator-name = "+VDD_GPU_AP";
                                        regulator-min-microvolt = <650000>;
                                        regulator-max-microvolt = <1200000>;