[devel] [PATCH 31/35] arm64: device tree: Baikal-M: fixed GPU opp_table

asheplyakov на yandex.ru asheplyakov на yandex.ru
Пт Май 20 19:28:45 MSK 2022


From: Alexey Sheplyakov <asheplyakov на altlinux.org>

According to Documentation/devicetree/bindings/opp/opp-v2-base.yml
a valid name of opp node must not contain '@' character.
With this patch GPU frequency scaling can be enabled without
locking up the system.

X-DONTUPSTREAM
X-feature-Baikal-M
---
 arch/arm64/boot/dts/baikal/bm1000-clocks.dtsi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm64/boot/dts/baikal/bm1000-clocks.dtsi b/arch/arm64/boot/dts/baikal/bm1000-clocks.dtsi
index 0a5579d3694b..3c0d7de3c576 100644
--- a/arch/arm64/boot/dts/baikal/bm1000-clocks.dtsi
+++ b/arch/arm64/boot/dts/baikal/bm1000-clocks.dtsi
@@ -280,35 +280,35 @@ gpu_clk: gpu_clk {
 		gpu_opp_table: opp_table_gpu {
 			compatible = "operating-points-v2", "operating-points-v2-mali";
 
-			opp на 400000000 {
+			opp-400000000 {
 				opp-hz = /bits/ 64 <400000000>;
 				clock-latency-ns = <10000000>;
 			};
-			opp на 450000000 {
+			opp-450000000 {
 				opp-hz = /bits/ 64 <450000000>;
 				clock-latency-ns = <10000000>;
 			};
-			opp на 500000000 {
+			opp-500000000 {
 				opp-hz = /bits/ 64 <500000000>;
 				clock-latency-ns = <10000000>;
 			};
-			opp на 550000000 {
+			opp-550000000 {
 				opp-hz = /bits/ 64 <550000000>;
 				clock-latency-ns = <10000000>;
 			};
-			opp на 600000000 {
+			opp-600000000 {
 				opp-hz = /bits/ 64 <600000000>;
 				clock-latency-ns = <10000000>;
 			};
-			opp на 650000000 {
+			opp-650000000 {
 				opp-hz = /bits/ 64 <650000000>;
 				clock-latency-ns = <10000000>;
 			};
-			opp на 700000000 {
+			opp-700000000 {
 				opp-hz = /bits/ 64 <700000000>;
 				clock-latency-ns = <10000000>;
 			};
-			opp на 750000000 {
+			opp-750000000 {
 				opp-hz = /bits/ 64 <750000000>;
 				clock-latency-ns = <10000000>;
 			};
-- 
2.32.0



Подробная информация о списке рассылки Devel