Message ID | 20230911133342.14028-1-m.majewski2@samsung.com |
---|---|
State | New |
Headers | show |
Series | arm64: dts: exynos: remove unused TMU alias | expand |
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,
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 {
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(-)