Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: drop old thermal properties from Exynos4210

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

-2
-2
arch/arm/boot/dts/exynos4210.dtsi
··· 527 527 compatible = "samsung,exynos4210-tmu"; 528 528 clocks = <&clock CLK_TMU_APBIF>; 529 529 clock-names = "tmu_apbif"; 530 - samsung,tmu_gain = <15>; 531 - samsung,tmu_reference_voltage = <7>; 532 530 }; 533 531 534 532 #include "exynos4210-pinctrl.dtsi"