Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts sunxi: add A10s/A13 mali gpu support
@ 2020-12-23 20:08 Sergio Sota
  2021-01-06 15:49 ` Maxime Ripard
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Sota @ 2020-12-23 20:08 UTC (permalink / raw)
  To: robh+dt
  Cc: pikaslabs, devicetree, jernej.skrabec, linux-kernel, mripard,
	wens, linux-arm-kernel

 From c45753026b4868e32132348f8f2bf59e6ce5c820 Mon Sep 17 00:00:00 2001
From: Sergio Sota <pikaslabs@gmail.com>
Date: Wed, 23 Dec 2020 21:00:35 +0100
Subject: [PATCH] ARM: dts sunxi: add A10s/A13 mali gpu support

The A10s/A13 mali gpu was not defined in device tree
The A10 has a compatible mali gpu driver (same device)

Signed-off-by: Sergio Sota <pikaslabs@gmail.com>
---
  arch/arm/boot/dts/sun5i.dtsi | 12 ++++++++++++
  1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi
index 4ef14a8695ef..b4d46ecdf7ad 100644
--- a/arch/arm/boot/dts/sun5i.dtsi
+++ b/arch/arm/boot/dts/sun5i.dtsi
@@ -726,6 +726,18 @@ i2c2: i2c@1c2b400 {
              #size-cells = <0>;
          };

+        mali: gpu@1c40000 {
+            compatible = "allwinner,sun4i-a10-mali", "arm,mali-400";
+            reg = <0x01c40000 0x10000>;
+            interrupts = <69>, <70>, <71>, <72>,  <73>;
+            interrupt-names = "gp", "gpmmu", "pp0", "ppmmu0", "pmu";
+            clocks = <&ccu CLK_AHB_GPU>, <&ccu CLK_GPU>;
+            clock-names = "bus", "core";
+            resets = <&ccu RST_GPU>;
+            assigned-clocks = <&ccu CLK_GPU>;
+            assigned-clock-rates = <320000000>;
+        };
+
          timer@1c60000 {
              compatible = "allwinner,sun5i-a13-hstimer";
              reg = <0x01c60000 0x1000>;
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-06 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-23 20:08 [PATCH] ARM: dts sunxi: add A10s/A13 mali gpu support Sergio Sota
2021-01-06 15:49 ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox