Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cd7d03f authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

arm64: dts: uniphier: fix W=2 build warnings



Fix warnings like follows:

Warning (node_name_chars_strict): Character '_' not recommended in ...

Commit 8654cb8d ("dtc: update warning settings for new bus and
node/property name checks") says these checks are a bit subjective,
but Rob also says to not add new W=2 warnings.

The exising warnings should be fixed in order to catch new ones
easily.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent ae4cce87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
		};
	};

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

+2 −2
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@
		};
	};

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

@@ -118,7 +118,7 @@
		};
	};

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

+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@
		};
	};

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