arm64: dts: hisilicon: align operating-points table name with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Fri, 20 Aug 2021 08:15:22 +0000 (10:15 +0200)
committerWei Xu <xuwei5@hisilicon.com>
Wed, 22 Sep 2021 01:44:37 +0000 (01:44 +0000)
Align the name of operating-points node to dtschema to fix warnings like:

  cpu_opp_table: $nodename:0: 'cpu_opp_table' does not match '^opp-table(-[a-z0-9]+)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi3660.dtsi
arch/arm64/boot/dts/hisilicon/hi6220.dtsi

index 6eabec2602e23f49510784d6ec053f9bd390635d..8bd6d7e8a4743d4f502d6bd7777848ae7eb14122 100644 (file)
                };
        };
 
-       cluster0_opp: opp_table0 {
+       cluster0_opp: opp-table-0 {
                compatible = "operating-points-v2";
                opp-shared;
 
                };
        };
 
-       cluster1_opp: opp_table1 {
+       cluster1_opp: opp-table-1 {
                compatible = "operating-points-v2";
                opp-shared;
 
index e4860b8a638ecc426e7e6c4e157b8fa1c985c104..ae0a7cfeeb4715ba38f3206885a23b7953a1a6c0 100644 (file)
                };
        };
 
-       cpu_opp_table: cpu_opp_table {
+       cpu_opp_table: opp-table-0 {
                compatible = "operating-points-v2";
                opp-shared;