Skip to content
  • Arnd Bergmann's avatar
    ARM: imx: deconstruct mxc_rnga initialization · c9ee9496
    Arnd Bergmann authored
    
    
    The rnga platform device is initialized for all imx31 machines
    from its own initcall, but is never initialized anywhere else.
    
    This moves the platform device creation into both the imx31
    dt and non-dt machine init sequences, which has basically the
    exact same effect as before, but makes it more obvious what
    is going on, while reducing the amount of code and removing
    the last user of cpu_is_mx31().
    
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
    c9ee9496