Commit 5f441684 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Neil Armstrong
Browse files

ARM: dts: meson8: align OPP table names with DT schema



DT schema expects names of operating points tables to match certain
pattern:

  meson8-minix-neo-x8.dtb: gpu-opp-table: $nodename:0: 'gpu-opp-table' does not match '^opp-table(-[a-z0-9]+)?$'

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230120072108.138598-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 46f73c1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ opp-1992000000 {
		};
	};

	gpu_opp_table: gpu-opp-table {
	gpu_opp_table: opp-table-gpu {
		compatible = "operating-points-v2";

		opp-182142857 {
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ opp-1536000000 {
		};
	};

	gpu_opp_table: gpu-opp-table {
	gpu_opp_table: opp-table-gpu {
		compatible = "operating-points-v2";

		opp-255000000 {