diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-09-18 16:13:11 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-11-07 14:29:21 +0100 |
commit | 5d831dd5e2ee49847359bfe6ccc7d36d1ef054fc (patch) | |
tree | 068d94e1941b191e711e5813985ed0e6f0e59382 /arch/arm/boot/dts/tegra124-nyan.dtsi | |
parent | 5e35c1f037ce9d4c89fb22c05c7192ae0e615f0e (diff) | |
download | talos-obmc-linux-5d831dd5e2ee49847359bfe6ccc7d36d1ef054fc.tar.gz talos-obmc-linux-5d831dd5e2ee49847359bfe6ccc7d36d1ef054fc.zip |
ARM: tegra: nyan: Enable GPU node and related supply
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>
Diffstat (limited to 'arch/arm/boot/dts/tegra124-nyan.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra124-nyan.dtsi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra124-nyan.dtsi b/arch/arm/boot/dts/tegra124-nyan.dtsi index 271505e0715f..eabfa655a3cd 100644 --- a/arch/arm/boot/dts/tegra124-nyan.dtsi +++ b/arch/arm/boot/dts/tegra124-nyan.dtsi @@ -42,6 +42,12 @@ }; }; + gpu@0,57000000 { + status = "okay"; + + vdd-supply = <&vdd_gpu>; + }; + serial@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>; |