On Mon, 14 Oct 2024 16:07:00 +0300, Stanimir Varbanov wrote: > Adds DT bindings for bcm2712 MSI-X interrupt peripheral controller. > > Signed-off-by: Stanimir Varbanov <svarbanov@xxxxxxx> > --- > v2 -> v3: > - dropped '>' from the description entry (Rob) > - dropped interrupt-controller and interrupt-cells properties (Rob) > - dropped msi-controller and use 'unevaluatedProperties' (Rob) > - use const: 0 in msi-cells (Rob) > - dropped msi-ranges property (Rob) > - re-introduce brcm,msi-offset private property, > which looks unavoidable at that time > > .../brcm,bcm2712-msix.yaml | 60 +++++++++++++++++++ > 1 file changed, 60 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2712-msix.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>