commit | c332fca5f07b95024ba6e894778a6a8883702c58 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 12 01:26:45 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 13 09:50:57 2018 +0800 |
tree | 415eeabaa69bacae3fd356139746e28012301a75 | |
parent | c4d1f59ae6e8629adf3d709e422de0c047175c0b [diff] |
x86: irq: Parse number of PIRQ links from device tree The "intel,pirq-link" property in Intel IRQ router's dt bindings has two cells, where the second one represents the number of PIRQ links on the platform. However current driver does not parse this information from device tree. This adds the codes to do the parse and save it for future use. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>