]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: Make RK3588 GPU OPP table naming less generic
authorDragan Simic <dsimic@manjaro.org>
Sat, 6 Sep 2025 10:01:22 +0000 (12:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Nov 2025 09:35:57 +0000 (10:35 +0100)
[ Upstream commit b3fd04e23f6e4496f5a2279466a33fbdc83500f0 ]

Unify the naming of the existing GPU OPP table nodes found in the RK3588
and RK3588J SoC dtsi files with the other SoC's GPU OPP nodes, following
the more "modern" node naming scheme.

Fixes: a7b2070505a2 ("arm64: dts: rockchip: Split GPU OPPs of RK3588 and RK3588j")
Signed-off-by: Dragan Simic <dsimic@manjaro.org>
[opp-table also is way too generic on systems with like 4-5 opp-tables]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/rockchip/rk3588-opp.dtsi
arch/arm64/boot/dts/rockchip/rk3588j.dtsi

index 0f1a776973516387383d45a416535fc5475fd1ed..b5d630d2c879fc99ea2879a8f8d6c2ea0c495f9b 100644 (file)
                };
        };
 
-       gpu_opp_table: opp-table {
+       gpu_opp_table: opp-table-gpu {
                compatible = "operating-points-v2";
 
                opp-300000000 {
index 3045cb3bd68c638a645e9e0cafe2dde260c58a91..baa8b5b6bfe55b220c73856c32d443e4dbb0d240 100644 (file)
@@ -66,7 +66,7 @@
                };
        };
 
-       gpu_opp_table: opp-table {
+       gpu_opp_table: opp-table-gpu {
                compatible = "operating-points-v2";
 
                opp-300000000 {