Commit 7744b393 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

arm64: dts: renesas: Fix operating point table node names



Align the node names of device nodes representing operating point v2
tables with the expectations of the DT bindings in
Documentation/devicetree/bindings/opp/opp-v2.yaml.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/ac885456ffb00fa4cc4069b9967761df2c98c3d8.1637764588.git.geert+renesas@glider.be
parent 44c2d2c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ can_clk: can {
		clock-frequency = <0>;
	};

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

@@ -80,7 +80,7 @@ opp-1500000000 {
		};
	};

	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
@@ -47,7 +47,7 @@ can_clk: can {
		clock-frequency = <0>;
	};

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

+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ can_clk: can {
		clock-frequency = <0>;
	};

	cluster1_opp: opp_table10 {
	cluster1_opp: opp-table-1 {
		compatible = "operating-points-v2";
		opp-shared;
		opp-800000000 {
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ can_clk: can {
		clock-frequency = <0>;
	};

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

@@ -69,7 +69,7 @@ opp-1500000000 {
		};
	};

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

+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ can_clk: can {
		clock-frequency = <0>;
	};

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

@@ -96,7 +96,7 @@ opp-1700000000 {
		};
	};

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

Loading