diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-08-19 21:23:11 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-09-20 16:25:12 +0300 |
commit | a30f3d90e2d2f4d0452c0f6f77693d0e9bba3b1e (patch) | |
tree | 7e724493c7f82546d3513def51ab7a3f61529c9a /arch/arm64/boot/dts/rockchip/px30.dtsi | |
parent | 474a77395be201c80925efb7a0425fb28b0ba60b (diff) | |
download | linux-a30f3d90e2d2f4d0452c0f6f77693d0e9bba3b1e.tar.xz |
arm64: dts: rockchip: align operating-points table name with dtschema
Align the name of operating-points node to dtschema to fix warnings
like:
opp-table0: $nodename:0: 'opp-table0' does not match '^opp-table(-[a-z0-9]+)?$'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210819182311.223443-2-krzysztof.kozlowski@canonical.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/px30.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/px30.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/rockchip/px30.dtsi index 500ef3af2a49..772989f4b961 100644 --- a/arch/arm64/boot/dts/rockchip/px30.dtsi +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi @@ -110,7 +110,7 @@ }; }; - cpu0_opp_table: cpu0-opp-table { + cpu0_opp_table: opp-table-0 { compatible = "operating-points-v2"; opp-shared; @@ -1014,7 +1014,7 @@ status = "disabled"; }; - gpu_opp_table: opp-table2 { + gpu_opp_table: opp-table-1 { compatible = "operating-points-v2"; opp-200000000 { |