Skip to content
  • Masahiro Yamada's avatar
    ARM: uniphier: rework uniphier_set_fdt_file() · 881aa5a7
    Masahiro Yamada authored
    
    
    The current table look-up for the DTB file name turned out bothersome
    in terms of maintainability; I ended up adding a new entry every time
    a new board is supported.
    
    There is a common pattern between the DT compatible string and the
    corresponding file name; drop the vendor prefix "socionext," and
    prefix it with "uniphier-" and suffix it with ".dtb".
    
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    881aa5a7