All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: add 533 MHz step to p4note GPU opp table
@ 2022-01-29 22:14 ` Martin Jücker
  0 siblings, 0 replies; 10+ messages in thread
From: Martin Jücker @ 2022-01-29 22:14 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel
  Cc: Martin Jücker

The p4note devices support 533 MHz GPU speed, so let's make use of it.

Signed-off-by: Martin Jücker <martin.juecker@gmail.com>
---
 arch/arm/boot/dts/exynos4412-p4note.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-p4note.dtsi b/arch/arm/boot/dts/exynos4412-p4note.dtsi
index 4ae6eb3091c4..d277b2337ae0 100644
--- a/arch/arm/boot/dts/exynos4412-p4note.dtsi
+++ b/arch/arm/boot/dts/exynos4412-p4note.dtsi
@@ -355,6 +355,13 @@ &gpu {
 	status = "okay";
 };
 
+&gpu_opp_table {
+	opp-533000000 {
+		opp-hz = /bits/ 64 <533000000>;
+		opp-microvolt = <1075000>;
+	};
+};
+
 &hsotg {
 	vusb_a-supply = <&ldo12_reg>;
 	dr_mode = "peripheral";
-- 
2.25.1


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

end of thread, other threads:[~2022-01-31 12:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-29 22:14 [PATCH] ARM: dts: add 533 MHz step to p4note GPU opp table Martin Jücker
2022-01-29 22:14 ` Martin Jücker
2022-01-31  8:54 ` Krzysztof Kozlowski
2022-01-31  8:54   ` Krzysztof Kozlowski
2022-01-31 11:36   ` Martin Jücker
2022-01-31 11:36     ` Martin Jücker
2022-01-31 12:15   ` Martin Jücker
2022-01-31 12:15     ` Martin Jücker
2022-01-31 12:24     ` Krzysztof Kozlowski
2022-01-31 12:24       ` Krzysztof Kozlowski

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.