summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap4-cpu-thermal.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-10-02 12:20:02 +0300
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-10-26 19:53:16 +0300
commit8ae9c7a69fa14e95d032e64d8d758e3f85bee132 (patch)
tree096a303e04239476802f645377f088db63ff0c6b /arch/arm/boot/dts/omap4-cpu-thermal.dtsi
parenteab1e9105a93922d62bd5d158fc11d4b59ab0fce (diff)
downloadlinux-8ae9c7a69fa14e95d032e64d8d758e3f85bee132.tar.xz
ARM: dts: omap: correct indentation
Do not use spaces for indentation. Link: https://lore.kernel.org/r/20221002092002.68880-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/omap4-cpu-thermal.dtsi')
-rw-r--r--arch/arm/boot/dts/omap4-cpu-thermal.dtsi24
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/omap4-cpu-thermal.dtsi b/arch/arm/boot/dts/omap4-cpu-thermal.dtsi
index 4d7eeb133dad..801b4f10350c 100644
--- a/arch/arm/boot/dts/omap4-cpu-thermal.dtsi
+++ b/arch/arm/boot/dts/omap4-cpu-thermal.dtsi
@@ -13,20 +13,20 @@ cpu_thermal: cpu_thermal {
polling-delay = <1000>; /* milliseconds */
/* sensor ID */
- thermal-sensors = <&bandgap 0>;
+ thermal-sensors = <&bandgap 0>;
cpu_trips: trips {
- cpu_alert0: cpu_alert {
- temperature = <100000>; /* millicelsius */
- hysteresis = <2000>; /* millicelsius */
- type = "passive";
- };
- cpu_crit: cpu_crit {
- temperature = <125000>; /* millicelsius */
- hysteresis = <2000>; /* millicelsius */
- type = "critical";
- };
- };
+ cpu_alert0: cpu_alert {
+ temperature = <100000>; /* millicelsius */
+ hysteresis = <2000>; /* millicelsius */
+ type = "passive";
+ };
+ cpu_crit: cpu_crit {
+ temperature = <125000>; /* millicelsius */
+ hysteresis = <2000>; /* millicelsius */
+ type = "critical";
+ };
+ };
cpu_cooling_maps: cooling-maps {
map0 {