From: Maxime Ripard Date: Thu, 5 Oct 2017 10:49:45 +0000 (+0200) Subject: ARM: dts: sun4i: Rename thermal nodes to avoid warnings X-Git-Tag: v4.15-rc1~75^2~31^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=124d19dcc8d3d8ac6249468704ef08af2b0c30a1;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: sun4i: Rename thermal nodes to avoid warnings The thermal-zone subnodes we defined for the A10 have underscores in them that will generate DTC warnings. Change those underscores for hyphens. Acked-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 21023952ac9e7..afa2e924b6460 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -129,7 +129,7 @@ }; thermal-zones { - cpu_thermal { + cpu-thermal { /* milliseconds */ polling-delay-passive = <250>; polling-delay = <1000>; @@ -143,14 +143,14 @@ }; trips { - cpu_alert0: cpu_alert0 { + cpu_alert0: cpu-alert0 { /* milliCelsius */ temperature = <850000>; hysteresis = <2000>; type = "passive"; }; - cpu_crit: cpu_crit { + cpu_crit: cpu-crit { /* milliCelsius */ temperature = <100000>; hysteresis = <2000>;