ARM: dts: exynos: Fix language typo and indentation

Correct language typo and wrong indentation.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2019-06-18 21:07:32 +02:00
parent 6da4e11cc7
commit c31b11c3eb
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
* www.linaro.org
*
* Samsung's Exynos4210 SoC device nodes are listed in this file. Exynos4210
* based board files can include this file and provide values for board specfic
* based board files can include this file and provide values for board specific
* bindings.
*
* Note: This file does not include device nodes for all the controllers in
@ -381,13 +381,13 @@ cpu_thermal: cpu-thermal {
trips {
cpu_alert0: cpu-alert-0 {
temperature = <85000>; /* millicelsius */
temperature = <85000>; /* millicelsius */
};
cpu_alert1: cpu-alert-1 {
temperature = <100000>; /* millicelsius */
temperature = <100000>; /* millicelsius */
};
cpu_alert2: cpu-alert-2 {
temperature = <110000>; /* millicelsius */
temperature = <110000>; /* millicelsius */
};
};
};