]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: exynos: correct TMU phandle in Odroid XU
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 9 Feb 2023 10:58:39 +0000 (11:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 15:44:04 +0000 (16:44 +0100)
commit 9372eca505e7a19934d750b4b4c89a3652738e66 upstream.

TMU node uses 0 as thermal-sensor-cells, thus thermal zone referencing
it must not have an argument to phandle.  Since thermal-sensors property
is already defined in included exynosi5410.dtsi, drop it from
exynos5410-odroidxu.dts to fix the error and remoev redundancy.

Fixes: 078fc98455a6 ("ARM: dts: exynos: Configure PWM, usb3503, PMIC and thermal on Odroid XU board")
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20230209105841.779596-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/exynos5410-odroidxu.dts

index f68baaf58f9e3a922059de3e549a9959294ec540..51b1a7f1947162a8241a9205333215f73f7eb42c 100644 (file)
 };
 
 &cpu0_thermal {
-       thermal-sensors = <&tmu_cpu0 0>;
        polling-delay-passive = <0>;
        polling-delay = <0>;