Skip to content

Commit

Permalink
ARM: tegra: venice2: Add GK20A GPU DT node
Browse files Browse the repository at this point in the history
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: Thierry Reding <treding@nvidia.com>
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
  • Loading branch information
Thierry Reding committed Aug 21, 2015
1 parent c96cd17 commit e34cc1b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion arch/arm/boot/dts/tegra124-venice2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
};
};

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 = <&pinmux_boot>;
Expand Down Expand Up @@ -735,7 +743,7 @@
regulator-always-on;
};

sd6 {
vdd_gpu: sd6 {
regulator-name = "+VDD_GPU_AP";
regulator-min-microvolt = <650000>;
regulator-max-microvolt = <1200000>;
Expand Down

0 comments on commit e34cc1b

Please sign in to comment.