On Fri, May 6, 2022 at 9:05 AM Andre Przywara <andre.przywara@xxxxxxx> wrote: > > Hi, > > this drop fixes the review comments from Krzysztof and Rob (many > thanks for that!). Changelog below. > > ================= > In an effort to get the FVP DTs to pass the automated DT bindings checks, > this series collects some DT schema binding conversions for various > Arm Ltd. IP devices. > This is mostly for old IP, but it's still used by the FVPs, for which we > have DTs in the tree. > > Please have a look! > > Cheers, > Andre > > Changelog: > v1 .. v2: > - all: fix indentation in examples (4 spaces) > - all: drop line break preservation in descriptions > - smmu-v3: tighten IRQ ordering to only allow certain combinations > - spe-pmu: move new .yaml file into perf/ directory > - sp810: don't require fixed clock output names > - sp810: explain optional assigned-clock properties > - pl041/pl051: rename binding file name > - pl041/pl051: use generic node name in example nodes > - vexpress-sysreg: specify additionalProperties > - vexpress-sysreg: disallow uppercase hex letters in node name address > - vexpress-config: specify additionalProperties > - hdlcd/mali-dp: use properties/port instead of $defs/port-base > > Andre Przywara (11): > dt-bindings: iommu: arm,smmu-v3: make PRI IRQ optional > dt-bindings: arm: spe-pmu: convert to DT schema > dt-bindings: arm: sp810: convert to DT schema > dt-bindings: sound: add Arm PL041 AACI DT schema > dt-bindings: serio: add Arm PL050 DT schema > dt-bindings: arm: convert vexpress-sysregs to DT schema > dt-bindings: arm: convert vexpress-config to DT schema > dt-bindings: display: convert PL110/PL111 to DT schema > dt-bindings: display: convert Arm HDLCD to DT schema > dt-bindings: display: convert Arm Mali-DP to DT schema > dt-bindings: display: convert Arm Komeda to DT schema I've applied the whole series. I made pl11x interrupts optional as Realview EB doesn't have an interrupt, and I squashed in the 'arm,malidp-arqos-value' property addition. Thanks, Rob