ARM: dts: at91: sama5d2: Remove i2s and tcb aliases from SoC dtsi
authorTudor Ambarus <tudor.ambarus@microchip.com>
Thu, 14 May 2020 05:03:15 +0000 (05:03 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 15 May 2020 14:50:34 +0000 (16:50 +0200)
commit6e57359dd660ac1be632c8ae583e502faea6aa7e
treed93e1ac253d7e0b090fcd2d05f740e4808a1b6e5
parent466fb89be5916af18ba5ea636fc1f7489a71e276
ARM: dts: at91: sama5d2: Remove i2s and tcb aliases from SoC dtsi

Device aliases are board-specific, if needed one should define them
in board dts rather than in the SoC dtsi. If an alias from the SoC
dtsi is addressed by a driver that does not use any of the of_alias*()
methods, we can drop it. This is the case for the i2s aliases, drop
them. tcb aliases point to nodes that are not enabled in any of the
sama5d2 based platforms. atmel_tclib.c is scheduled to go away, any
board using that alias is already broken, so get rid of the tcb aliases
too.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20200514050301.147442-14-tudor.ambarus@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/sama5d2.dtsi