commit | f4716dc0cb8a84bd32f2fe340702f22c95d5a6fc | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 20:07:37 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 22:41:57 2019 +0900 |
tree | 6ca10d44183b3348eb2ed52f5f27b207c06492d7 | |
parent | bcd224499d59515fbdd016a7bde5e06677c11179 [diff] |
ARM: uniphier: check DT to determine whether to initialize SBC If CONFIG_MICRO_SUPPORT_CARD is enabled, U-Boot initialize SBC (System Bus Controller), which may not be really necessary. Check the "socionext,uniphier-system-bus" node in DT run-time. If and only if it is found and its "status" property is okay, initialize the SBC block. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>