Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: jetson-tk1: Add GK20A GPU DT node

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>

authored by

Alexandre Courbot and committed by
Thierry Reding
21fa196f e34cc1b6

+9 -1
+9 -1
arch/arm/boot/dts/tegra124-jetson-tk1.dts
··· 53 53 }; 54 54 }; 55 55 56 + gpu@0,57000000 { 57 + /* 58 + * Node left disabled on purpose - the bootloader will enable 59 + * it after having set the VPR up 60 + */ 61 + vdd-supply = <&vdd_gpu>; 62 + }; 63 + 56 64 pinmux: pinmux@0,70000868 { 57 65 pinctrl-names = "boot"; 58 66 pinctrl-0 = <&state_boot>; ··· 1522 1514 regulator-always-on; 1523 1515 }; 1524 1516 1525 - sd6 { 1517 + vdd_gpu: sd6 { 1526 1518 regulator-name = "+VDD_GPU_AP"; 1527 1519 regulator-min-microvolt = <650000>; 1528 1520 regulator-max-microvolt = <1200000>;