On Mon, Jun 15, 2020 at 11:58 AM Simon Glass <s...@chromium.org> wrote: > > This binding currently has a flags cell but it is not used. Make use of it > to create ACPI tables for interrupts. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/cpu/acpi_gpe.c | 26 +++++++++++++++++++ > .../interrupt-controller/x86-irq.h | 14 ++++++++++ > 2 files changed, 40 insertions(+) > create mode 100644 include/dt-bindings/interrupt-controller/x86-irq.h >
Reviewed-by: Bin Meng <bmeng...@gmail.com>