realtek: clean up RTL930x timer DT node
authorSander Vanheule <sander@svanheule.net>
Sun, 20 Feb 2022 16:17:16 +0000 (17:17 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 20 Feb 2022 16:23:58 +0000 (16:23 +0000)
commit71810eb068d06adf9efc14bc7dd6359c4bda711c
tree65d35015523b8f815d18d1f8d0a8f26e64bcdb34
parentfa20f2bfc76fe18d110c97da27d38d35c2b93847
realtek: clean up RTL930x timer DT node

The Realtek timer node for RTL930x doesn't have any child nodes, making
the use of '#address-cells' quite pointless. It is also not an interrupt
controller, meaning it makes no sense to define '#interrupt-cells'.

The I/O address for this node is also wrong, but this is hidden by the
fact that the driver associated with this node bypasses the usual DT
machinery and does it's own thing. Correct the address to have a sane
value, even though it isn't actually used.

Fixes: a75b9e3ecb61 ("realtek: Adding RTL930X sub-target")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/dts-5.10/rtl930x.dtsi