All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: dts: exynos: Add GPU/Mali T604 node to exynos5250
@ 2019-07-24  7:20 ` Guillaume GARDET
  0 siblings, 0 replies; 48+ messages in thread
From: Guillaume GARDET @ 2019-07-24  7:20 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Kukjin Kim, linux-arm-kernel, Krzysztof Kozlowski, Guillaume GARDET

From: Guillaume GARDET <guillaume.gardet@arm.com>

Add nodes for GPU (Mali T604) to Exynos5250, disabled by default.
Tested with kmscube on Chromebook snow.

Signed-off-by: Guillaume GARDET <guillaume.gardet@arm.com>

Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org

---
 arch/arm/boot/dts/exynos5250.dtsi | 47 +++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index d5e0392b409e..5ce4b2853cf2 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -1097,6 +1097,53 @@
 		 */
 		clock-frequency = <24000000>;
 	};
+
+	mali: gpu@0x11800000 {
+		compatible = "samsung,exynos5250-mali", "arm,mali-t604";
+		reg = <0x11800000 0x5000>;
+		interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
+		             <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
+		interrupt-names = "job", "mmu", "gpu";
+		clocks = <&clock CLK_G3D>;
+		clock-names = "g3d";
+		operating-points-v2 = <&gpu_opp_table>;
+		power-domains = <&pd_g3d>;
+		status = "disabled";
+	};
+
+	gpu_opp_table: gpu-opp-table {
+		compatible = "operating-points-v2";
+
+		opp-100000000 {
+			opp-hz = /bits/ 64 <100000000>;
+			opp-microvolt = <925000>;
+		};
+		opp-160000000 {
+			opp-hz = /bits/ 64 <160000000>;
+			opp-microvolt = <925000>;
+		};
+		opp-266000000 {
+			opp-hz = /bits/ 64 <266000000>;
+			opp-microvolt = <1025000>;
+		};
+		opp-350000000 {
+			opp-hz = /bits/ 64 <350000000>;
+			opp-microvolt = <1075000>;
+		};
+		opp-400000000 {
+			opp-hz = /bits/ 64 <400000000>;
+			opp-microvolt = <1125000>;
+		};
+		opp-450000000 {
+			opp-hz = /bits/ 64 <450000000>;
+			opp-microvolt = <1150000>;
+		};
+		opp-533000000 {
+			opp-hz = /bits/ 64 <533000000>;
+			opp-microvolt = <1250000>;
+		};
+	};
 };
 
 &dp {
-- 
2.22.0

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

end of thread, other threads:[~2019-09-03  9:33 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24  7:20 [PATCH] arm: dts: exynos: Add GPU/Mali T604 node to exynos5250 Guillaume GARDET
2019-07-24  7:20 ` Guillaume GARDET
2019-07-24 19:43 ` Krzysztof Kozlowski
2019-07-24 19:43   ` Krzysztof Kozlowski
2019-07-25  8:34 ` [PATCH V2 1/2] " Guillaume
2019-07-25  8:34   ` Guillaume
2019-07-25  8:34   ` [PATCH V2 2/2] dt-bindings: gpu: mali-midgard: Add samsung exynos5250 compatible Guillaume
2019-07-25  8:34     ` Guillaume
2019-07-25 11:19   ` [PATCH V2 1/2] arm: dts: exynos: Add GPU/Mali T604 node to exynos5250 Krzysztof Kozlowski
2019-07-25 11:19     ` Krzysztof Kozlowski
2019-07-25 11:35     ` Guillaume Gardet
2019-07-25 11:35       ` Guillaume Gardet
2019-07-25 12:26       ` Krzysztof Kozlowski
2019-07-25 12:26         ` Krzysztof Kozlowski
2019-07-25 12:37         ` Guillaume Gardet
2019-07-25 12:37           ` Guillaume Gardet
2019-07-26 10:40           ` Krzysztof Kozlowski
2019-07-26 10:40             ` Krzysztof Kozlowski
2019-07-31 14:37             ` Guillaume Gardet
2019-07-31 14:37               ` Guillaume Gardet
2019-08-01  9:35               ` Marek Szyprowski
2019-08-01  9:35                 ` Marek Szyprowski
2019-08-30 10:44   ` [PATCH V3 0/4] Add GPU/Mali T604 node to arndale and snow (exynos5250) Guillaume Gardet
2019-08-30 10:44     ` Guillaume Gardet
2019-08-30 10:44     ` [PATCH V3 1/5] dt-bindings: gpu: mali-midgard: Add samsung exynos5250 compatible Guillaume Gardet
2019-08-30 10:44       ` Guillaume Gardet
2019-09-02 15:31       ` Krzysztof Kozlowski
2019-09-02 15:31         ` Krzysztof Kozlowski
2019-09-03  6:56         ` Krzysztof Kozlowski
2019-09-03  6:56           ` Krzysztof Kozlowski
2019-09-03  7:02           ` Guillaume Gardet
2019-09-03  7:02             ` Guillaume Gardet
2019-09-03  7:04             ` Krzysztof Kozlowski
2019-09-03  7:04               ` Krzysztof Kozlowski
2019-09-03  7:33       ` [PATCH] " Guillaume Gardet
2019-09-03  7:33         ` Guillaume Gardet
2019-09-03  7:36         ` Krzysztof Kozlowski
2019-09-03  7:36           ` Krzysztof Kozlowski
2019-09-03  9:32         ` Rob Herring
2019-09-03  9:32           ` Rob Herring
2019-08-30 10:44     ` [PATCH V3 2/5] arm: dts: exynos: Add GPU/Mali T604 node to exynos5250 Guillaume Gardet
2019-08-30 10:44       ` Guillaume Gardet
2019-08-30 10:45     ` [PATCH V3 3/5] arm: dts: exynos: snow: Enable GPU/Mali T604 node Guillaume Gardet
2019-08-30 10:45       ` Guillaume Gardet
2019-08-30 10:45     ` [PATCH V3 4/5] arm: dts: exynos: arndale: " Guillaume Gardet
2019-08-30 10:45       ` Guillaume Gardet
2019-08-30 10:45     ` [PATCH V3 5/5] arm: dts: exynos: arndale: Fix min/max for buck4 regulator for gpu Guillaume Gardet
2019-08-30 10:45       ` Guillaume Gardet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.