and add timer and interrupt

Tested-by: H. Nikolaus Schaller <h...@goldelico.com> # BeagleBone Black
Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com>
---
 arch/arm/boot/dts/am33xx.dtsi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index c427ce8c2539..11c7b0dbb5dc 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -477,10 +477,11 @@
                        #size-cells = <1>;
                        ranges = <0 0x56000000 0x1000000>;
 
-                       /*
-                        * Closed source PowerVR driver, no child device
-                        * binding or driver in mainline
-                        */
+                       sgx: gpu@0 {
+                               compatible = "ti,am3352-sgx530-125", 
"img,sgx530-125", "img,sgx530";
+                               reg = <0x00 0x1000000>; /* 16 MB */
+                               interrupts = <37>;
+                       };
                };
        };
 };
-- 
2.23.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to