aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongmei Gou2015-06-23 14:40:47 -0500
committerJacob Stiffler2015-06-24 08:33:17 -0500
commit053aa6ec564f6d613932bfb36127ff682a7e9b70 (patch)
treecf55d80618e095b08269a94af5268b1f9a551c8a
parent73d62d80a6425030703e847dfc00ca80fadfc54f (diff)
downloadprocessor-sdk-linux-053aa6ec564f6d613932bfb36127ff682a7e9b70.tar.gz
processor-sdk-linux-053aa6ec564f6d613932bfb36127ff682a7e9b70.tar.xz
processor-sdk-linux-053aa6ec564f6d613932bfb36127ff682a7e9b70.zip
arm:dts:am57xx: Add gpu dts entry.
Adding GPU entry in device tree listing. This is mimicing the change in dra7-evm.dts. May need to revisit this if the GPU entry is moved to a common place. Signed-off-by: Hongmei Gou <h-gou@ti.com>
-rw-r--r--arch/arm/boot/dts/am57xx-beagle-x15.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts
index 9d4fe5a1e342..40c3ee4e3dbd 100644
--- a/arch/arm/boot/dts/am57xx-beagle-x15.dts
+++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts
@@ -63,6 +63,12 @@
63 }; 63 };
64 }; 64 };
65 65
66 ocp {
67 gpu: gpu@0x56000000 {
68 gpu0-voltdm = <&voltdm_gpu>;
69 };
70 };
71
66 vdd_3v3: fixedregulator-vdd_3v3 { 72 vdd_3v3: fixedregulator-vdd_3v3 {
67 compatible = "regulator-fixed"; 73 compatible = "regulator-fixed";
68 regulator-name = "vdd_3v3"; 74 regulator-name = "vdd_3v3";