commit | 881aa5a79a94a65500959428328f348a18d3d9fe | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Apr 21 14:43:17 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Apr 24 09:54:03 2016 +0900 |
tree | 87b882c8fd5a7166ea5adc51def5a1d88757a8fa | |
parent | d90b9745ea1b0972e920605673e5895fb09cf3e7 [diff] |
ARM: uniphier: rework uniphier_set_fdt_file() 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: Masahiro Yamada <yamada.masahiro@socionext.com>