ARM: dts: vexpress: replace '_' with '-' in node names

The latest DTC throws warnings for character '_' in the node names.

Warning (node_name_chars_strict): /pmu_a15: Character '_' not recommended in node name
Warning (node_name_chars_strict): /pmu_a7: Character '_' not recommended in node name

The general recommendation is to use character '-' for all the node names.
This patch fixes the warnings following the recommendation.

Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
Sudeep Holla 2018-05-11 10:45:11 +01:00
parent 83be0e605e
commit b67b00eedd
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@
<1 10 0xf08>; <1 10 0xf08>;
}; };
pmu_a15 { pmu-a15 {
compatible = "arm,cortex-a15-pmu"; compatible = "arm,cortex-a15-pmu";
interrupts = <0 68 4>, interrupts = <0 68 4>,
<0 69 4>; <0 69 4>;
@ -212,7 +212,7 @@
<&cpu1>; <&cpu1>;
}; };
pmu_a7 { pmu-a7 {
compatible = "arm,cortex-a7-pmu"; compatible = "arm,cortex-a7-pmu";
interrupts = <0 128 4>, interrupts = <0 128 4>,
<0 129 4>, <0 129 4>,