This is a note to let you know that I've just added the patch titled ARM: dts: exynos: Fix language typo and indentation to the 4.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm-dts-exynos-fix-language-typo-and-indentation.patch and it can be found in the queue-4.19 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit a9791b54725cf8c5054b41421193012efb76ac99 Author: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Date: Tue Jun 18 21:07:32 2019 +0200 ARM: dts: exynos: Fix language typo and indentation [ Upstream commit c31b11c3eb4d41df4038b0441b15f3f0b2fca5d4 ] Correct language typo and wrong indentation. Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Stable-dep-of: 408ab6786dbf ("ARM: dts: exynos: correct TMU phandle in Exynos4210") Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index b6091c27f155d..0ed9ef75075bc 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi @@ -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 @@ -379,13 +379,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 */ }; }; };