[PATCH] arm64: dts: exynos: remove unused TMU alias

Mateusz Majewski posted 1 patch 2 years, 3 months ago
arch/arm64/boot/dts/exynos/exynos7.dtsi | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64: dts: exynos: remove unused TMU alias
Posted by Mateusz Majewski 2 years, 3 months ago
The ID of this alias is checked by the exynos-tmu driver, but isn't used
anywhere and omitting it does not cause an error. Indeed, this is the
only Exynos device that defines this alias.

Signed-off-by: Mateusz Majewski <m.majewski2@samsung.com>
---
 arch/arm64/boot/dts/exynos/exynos7.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi
index 54ed5167d0f6..6ed80ddf3369 100644
--- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
@@ -25,7 +25,6 @@ aliases {
 		pinctrl6 = &pinctrl_fsys0;
 		pinctrl7 = &pinctrl_fsys1;
 		pinctrl8 = &pinctrl_bus1;
-		tmuctrl0 = &tmuctrl_0;
 	};
 
 	arm-pmu {
-- 
2.41.0
Re: [PATCH] arm64: dts: exynos: remove unused TMU alias
Posted by Krzysztof Kozlowski 2 years, 3 months ago
On Mon, 11 Sep 2023 15:33:39 +0200, Mateusz Majewski wrote:
> The ID of this alias is checked by the exynos-tmu driver, but isn't used
> anywhere and omitting it does not cause an error. Indeed, this is the
> only Exynos device that defines this alias.
> 
> 

Applied, thanks!

[1/1] arm64: dts: exynos: remove unused TMU alias
      https://git.kernel.org/krzk/linux/c/f28dde395937e000585ac87c0d1c18885661161d

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>