Skip to content
  • Rob Herring's avatar
    ARM: versatile: switch to DT only booting and remove legacy code · 16956fed
    Rob Herring authored
    
    
    With DT support for clocks, irqchips, timers, and PCI now in place, DT
    based booting has feature parity with non-DT legacy boot. The final
    piece is actually enabling common clock support on Versatile. Enabling
    full DT support requires either removing the old Versatile clock code,
    updating the legacy boot to use the common clock code, or making DT and
    legacy boot mutually exclusive. Given that removing legacy boot code is
    the goal anyway, I am going with the 1st option.
    
    Signed-off-by: default avatarRob Herring <robh@kernel.org>
    Cc: Russell King <linux@arm.linux.org.uk>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    Cc: Mike Turquette <mturquette@linaro.org>
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    16956fed