Commit c31b11c3 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: exynos: Fix language typo and indentation

Correct language typo and wrong indentation.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 6da4e11c
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* www.linaro.org * www.linaro.org
* *
* Samsung's Exynos4210 SoC device nodes are listed in this file. Exynos4210 * 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. * bindings.
* *
* Note: This file does not include device nodes for all the controllers in * Note: This file does not include device nodes for all the controllers in
...@@ -381,13 +381,13 @@ cpu_thermal: cpu-thermal { ...@@ -381,13 +381,13 @@ cpu_thermal: cpu-thermal {
trips { trips {
cpu_alert0: cpu-alert-0 { cpu_alert0: cpu-alert-0 {
temperature = <85000>; /* millicelsius */ temperature = <85000>; /* millicelsius */
}; };
cpu_alert1: cpu-alert-1 { cpu_alert1: cpu-alert-1 {
temperature = <100000>; /* millicelsius */ temperature = <100000>; /* millicelsius */
}; };
cpu_alert2: cpu-alert-2 { cpu_alert2: cpu-alert-2 {
temperature = <110000>; /* millicelsius */ temperature = <110000>; /* millicelsius */
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment