lkml.org 
[lkml]   [2019]   [Oct]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 3/7] ARM: DTS: am3517: add sgx gpu child node
Date
and add timer and interrupt.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
arch/arm/boot/dts/am3517.dtsi | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi
index bf3002009b00..5716bb33d7fe 100644
--- a/arch/arm/boot/dts/am3517.dtsi
+++ b/arch/arm/boot/dts/am3517.dtsi
@@ -97,7 +97,7 @@
* revision register instead of the unreadable OCP revision
* register.
*/
- sgx_module: target-module@50000000 {
+ target-module@50000000 {
compatible = "ti,sysc-omap2", "ti,sysc";
reg = <0x50000014 0x4>;
reg-names = "rev";
@@ -107,10 +107,13 @@
#size-cells = <1>;
ranges = <0 0x50000000 0x4000>;

- /*
- * Closed source PowerVR driver, no child device
- * binding or driver in mainline
- */
+ sgx: sgx@0 {
+ compatible = "img,sgx530-125", "img,sgx530", "ti,omap-am3517-sgx530-125";
+ reg = <0x0 0x4000>;
+ reg-names = "sgx";
+ interrupts = <21>;
+ timer = <&timer11>;
+ };
};
};
};
--
2.19.1
\
 
 \ /
  Last update: 2019-10-18 20:48    [W:0.073 / U:0.224 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site