commit | f637bdf97ed085de91ceb22f3e316b6b2186bb24 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Dec 17 17:47:41 2015 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Dec 23 00:08:35 2015 +0900 |
tree | 35f9c767c94734b6113048f0b43d15f3df467ab8 | |
parent | 3b35c29b5d68986420baac1feef70f14796d0c3e [diff] |
ARM: uniphier: add functions to get SoC model/revision We sometimes have to implement different code depending on the SoC revision. This commit adds functions to get the model/revision number. Note: Model number: incremented on major changes of the SoC Revision number: incremented on minor changes of the SoC The "Model 2" exists for PH1-sLD3, ProXstream2/PH1-LD6b. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>