Skip to content

Commit b3fd04e

Browse files
Dragan Simicmmind
authored andcommitted
arm64: dts: rockchip: Make RK3588 GPU OPP table naming less generic
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: a7b2070 ("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>
1 parent afb5f84 commit b3fd04e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588-opp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
};
116116
};
117117

118-
gpu_opp_table: opp-table {
118+
gpu_opp_table: opp-table-gpu {
119119
compatible = "operating-points-v2";
120120

121121
opp-300000000 {

arch/arm64/boot/dts/rockchip/rk3588j.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
};
6767
};
6868

69-
gpu_opp_table: opp-table {
69+
gpu_opp_table: opp-table-gpu {
7070
compatible = "operating-points-v2";
7171

7272
opp-300000000 {

0 commit comments

Comments
 (0)