diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-07-15 10:06:35 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-07-23 09:17:06 +0200 |
commit | 7a8689df21f425e77207b4245b0b89d3185866e7 (patch) | |
tree | d66ce5989aa32a6e4305fc96ed2b0d0df56f134c /arch/arm/mach-ux500 | |
parent | Linus 5.3-rc1 (diff) | |
download | linux-7a8689df21f425e77207b4245b0b89d3185866e7.tar.xz linux-7a8689df21f425e77207b4245b0b89d3185866e7.zip |
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>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 9580525102da..3875027ef8fc 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -110,7 +110,6 @@ static void ux500_restart(enum reboot_mode mode, const char *cmd) static const struct of_device_id u8500_local_bus_nodes[] = { /* only create devices below soc node */ { .compatible = "stericsson,db8500", }, - { .compatible = "stericsson,db8500-prcmu", }, { .compatible = "simple-bus"}, { }, }; |