On Wed, May 9, 2018 at 11:44 AM, Sudeep Holla <sudeep.holla@xxxxxxx> wrote: > The latest DTC throws warnings for character '_' in the node names. > > Warning (node_name_chars_strict): /thermal-zones/big_cluster: Character '_' not recommended in node name > Warning (node_name_chars_strict): /thermal-zones/little_cluster: Character '_' not recommended in node name > Warning (node_name_chars_strict): /smb@8000000/motherboard/gpio_keys: Character '_' not recommended in node name > Warning (node_name_chars_strict): /pmu_a57: Character '_' not recommended in node name > Warning (node_name_chars_strict): /pmu_a53: 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. > > Cc: Liviu Dudau <liviu.dudau@xxxxxxx> > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> > --- > arch/arm64/boot/dts/arm/juno-base.dtsi | 4 ++-- > arch/arm64/boot/dts/arm/juno-motherboard.dtsi | 2 +- > arch/arm64/boot/dts/arm/juno-r1.dts | 4 ++-- > arch/arm64/boot/dts/arm/juno-r2.dts | 4 ++-- > arch/arm64/boot/dts/arm/juno.dts | 4 ++-- > 5 files changed, 9 insertions(+), 9 deletions(-) Reviewed-by: Rob Herring <robh@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html