[PATCH v3 4/8] ARM: DTS: omap3: add sgx gpu child node

From: H. Nikolaus Schaller
Date: Sun Nov 24 2019 - 06:40:52 EST


and add interrupt

Tested-by: H. Nikolaus Schaller <hns@xxxxxxxxxxxxx> # OpenPandora 600 MHz.
Signed-off-by: H. Nikolaus Schaller <hns@xxxxxxxxxxxxx>
---
arch/arm/boot/dts/omap34xx.dtsi | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap34xx.dtsi
index 7b09cbee8bb8..9b050d71849b 100644
--- a/arch/arm/boot/dts/omap34xx.dtsi
+++ b/arch/arm/boot/dts/omap34xx.dtsi
@@ -111,7 +111,7 @@
* are also different clocks, but we do not have any dts users
* for it.
*/
- sgx_module: target-module@50000000 {
+ target-module@50000000 {
compatible = "ti,sysc-omap2", "ti,sysc";
reg = <0x50000014 0x4>;
reg-names = "rev";
@@ -121,10 +121,11 @@
#size-cells = <1>;
ranges = <0 0x50000000 0x4000>;

- /*
- * Closed source PowerVR driver, no child device
- * binding or driver in mainline
- */
+ sgx: gpu@0 {
+ compatible = "ti,omap3-sgx530-121", "img,sgx530-121", "img,sgx530";
+ reg = <0x0 0x4000>; /* 64kB */
+ interrupts = <21>;
+ };
};
};

--
2.23.0