On Thu, 24 Nov 2022 16:41:40 +0800, Rahul Tanwar wrote: > Intel's APIC family of interrupt controllers support local APIC > (lapic) & I/O APIC (ioapic). Convert existing bindings for lapic > & ioapic from text to YAML schema. Separate lapic & ioapic schemas. > Addditionally, add description which was missing in text file and > add few more required standard properties which were also missing > in text file. > > Suggested-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Signed-off-by: Rahul Tanwar <rtanwar@xxxxxxxxxxxxx> > --- > .../intel,ce4100-ioapic.txt | 26 -------- > .../intel,ce4100-ioapic.yaml | 60 +++++++++++++++++++ > .../intel,ce4100-lapic.yaml | 57 ++++++++++++++++++ > 3 files changed, 117 insertions(+), 26 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-ioapic.txt > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-ioapic.yaml > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-lapic.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>