On Thu, 24 Nov 2022 19:43:28 +0100, Krzysztof Kozlowski wrote: > Split SC8280XP remote processor Peripheral Authentication Service bindings > into their own file to reduce complexity and make maintenance easier. > > While moving correctly constrain the number of interrupts per specific > device. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Changes since v2: > 1. Drop if:then: for the clock and put it directly under properties. > 2. Merge two if:then: clauses for setting interrupts. > > Changes since v1: > 1. Add qcom,qmp (not part of qcom,pas-common.yaml# anymore). > 2. Add firmware-name to example. > 3. Correct maxItems: 5 for interrupts. > --- > .../bindings/remoteproc/qcom,adsp.yaml | 26 ---- > .../remoteproc/qcom,sc8280xp-pas.yaml | 139 ++++++++++++++++++ > 2 files changed, 139 insertions(+), 26 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sc8280xp-pas.yaml > Acked-by: Rob Herring <robh@xxxxxxxxxx>