arm64: dts: rockchip: fix dtc warnings of rk3366

Change-Id: I94be72168765327346587357f2a46515861f6e05
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang 2018-03-28 17:05:00 +08:00
parent 1a8d7f02ee
commit 189f379e52

View File

@ -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";