summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mainline/0001-AM335x-Adding-SGX-DT-node.patch
blob: 97ce00099aecdbdabe77ab0cb10ad3346a74d383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From 1400fbf3e8e02eb1efd210a892a0d602061c7ca8 Mon Sep 17 00:00:00 2001
From: Prathap M S <msprathap@ti.com>
Date: Mon, 2 Sep 2013 11:42:13 +0530
Subject: [PATCH 1/3] AM335x : Adding SGX DT node

This adds the SGX DT node for AM335x.

Signed-off-by: Prathap M S <msprathap@ti.com>
---
 arch/arm/boot/dts/am33xx.dtsi |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 17e0da8..74c6e41 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -96,6 +96,14 @@
 			reg = <0x48200000 0x1000>;
 		};
 
+		sgx@0x56000000 {
+			compatible = "ti,sgx";
+			ti,hwmods = "gfx";
+			clock-frequency = <200000000>;
+			reg = <0x56000000 0x1000000>;
+			interrupts = <37>;
+		};
+
 		edma: edma@49000000 {
 			compatible = "ti,edma3";
 			ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
-- 
1.7.1