From 189f379e52a669b4f1facd46abc886a4b1289632 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Wed, 28 Mar 2018 17:05:00 +0800 Subject: [PATCH] arm64: dts: rockchip: fix dtc warnings of rk3366 Change-Id: I94be72168765327346587357f2a46515861f6e05 Signed-off-by: Tao Huang --- arch/arm64/boot/dts/rockchip/rk3366.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3366.dtsi b/arch/arm64/boot/dts/rockchip/rk3366.dtsi index ece2567eb7d0..0619264a75eb 100644 --- a/arch/arm64/boot/dts/rockchip/rk3366.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3366.dtsi @@ -287,12 +287,12 @@ soc_thermal: soc-thermal { thermal-sensors = <&tsadc 0>; trips { - threshold: trip-point@0 { + threshold: trip-point-0 { temperature = <70000>; /* millicelsius */ hysteresis = <2000>; /* millicelsius */ type = "passive"; }; - target: trip-point@1 { + target: trip-point-1 { temperature = <85000>; /* millicelsius */ hysteresis = <2000>; /* millicelsius */ type = "passive";