ARM: ux500: Stop populating the PRCMU devices early
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 15 Jul 2019 08:06:35 +0000 (10:06 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 23 Jul 2019 07:17:06 +0000 (09:17 +0200)
commit7a8689df21f425e77207b4245b0b89d3185866e7
treed66ce5989aa32a6e4305fc96ed2b0d0df56f134c
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b
ARM: ux500: Stop populating the PRCMU devices early

The PRCMU devices are getting populated from the MFD
driver and that is enough for them to come up. We already
have an early quirk for the things that need to happen
really early and the PRCMU timer that need to be registered
really early will find its own node just fine as the
timer/clocksource subsystem looks through the whole device
tree for compatible nodes.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/cpu-db8500.c