ARM: dts: exynos: drop old thermal properties from Exynos4210
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sat, 22 Jan 2022 13:25:52 +0000 (14:25 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Tue, 25 Jan 2022 17:04:01 +0000 (18:04 +0100)
The samsung,tmu_gain and samsung,tmu_reference_voltage properties of
Exynos Thermal Management Unit driver are not used since April 2018.
They were removed with commit fccfe0993b5d ("thermal: exynos: remove
parsing of samsung,tmu_gain property") and commit 61020d189dbc
("thermal: exynos: remove parsing of samsung, tmu_reference_voltage
property"), so drop them also from Exynos4210 DTS.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20220122132554.65192-1-krzysztof.kozlowski@canonical.com
arch/arm/boot/dts/exynos4210.dtsi

index 7e7d65c..2c25cc3 100644 (file)
        compatible = "samsung,exynos4210-tmu";
        clocks = <&clock CLK_TMU_APBIF>;
        clock-names = "tmu_apbif";
-       samsung,tmu_gain = <15>;
-       samsung,tmu_reference_voltage = <7>;
 };
 
 #include "exynos4210-pinctrl.dtsi"