aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/tegra124-nyan.dtsi8
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 @@
42 }; 42 };
43 }; 43 };
44 44
45 gpu@0,57000000 {
46 status = "okay";
47
48 vdd-supply = <&vdd_gpu>;
49 };
50
45 serial@70006000 { 51 serial@70006000 {
46 /* Debug connector on the bottom of the board near SD card. */ 52 /* Debug connector on the bottom of the board near SD card. */
47 status = "okay"; 53 status = "okay";
@@ -214,7 +220,7 @@
214 regulator-always-on; 220 regulator-always-on;
215 }; 221 };
216 222
217 sd6 { 223 vdd_gpu: sd6 {
218 regulator-name = "+VDD_GPU_AP"; 224 regulator-name = "+VDD_GPU_AP";
219 regulator-min-microvolt = <650000>; 225 regulator-min-microvolt = <650000>;
220 regulator-max-microvolt = <1200000>; 226 regulator-max-microvolt = <1200000>;