commit | 843f66f52d2f4d206411de7393cac1b29a4768e4 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Fri Sep 15 09:31:28 2023 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Sep 22 09:22:55 2023 +0200 |
tree | d037db91730e4a7ecb0e9f0a80dbd9a3979ef03f | |
parent | 2147eefa1576c4771749dbb05738f9dacae8c9d4 [diff] |
intc: plic: convert SYS_INIT to DEVICE_DT_INST_DEFINE Convert SYS_INIT to DEVICE_DT_INST_DEFINE, this allows the build system to track the device dependencies and ensure that the interrupt controller is initialized before other devices using it. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>