Commit dcc3f565 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Wei Xu
Browse files

arm64: dts: hisilicon: align operating-points table name with dtschema



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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 894d4f1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ A73_L2: l2-cache1 {
		};
	};

	cluster0_opp: opp_table0 {
	cluster0_opp: opp-table-0 {
		compatible = "operating-points-v2";
		opp-shared;

@@ -245,7 +245,7 @@ opp04 {
		};
	};

	cluster1_opp: opp_table1 {
	cluster1_opp: opp-table-1 {
		compatible = "operating-points-v2";
		opp-shared;

+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ CLUSTER1_L2: l2-cache1 {
		};
	};

	cpu_opp_table: cpu_opp_table {
	cpu_opp_table: opp-table-0 {
		compatible = "operating-points-v2";
		opp-shared;