On Thu, 24 Nov 2022 19:43:27 +0100, Krzysztof Kozlowski wrote: > Split SM6350 remote processor Peripheral Authentication Service bindings > into their own file to reduce complexity and make maintenance easier. > > 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). > --- > .../bindings/remoteproc/qcom,adsp.yaml | 28 --- > .../bindings/remoteproc/qcom,sm6350-pas.yaml | 159 ++++++++++++++++++ > 2 files changed, 159 insertions(+), 28 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sm6350-pas.yaml > Acked-by: Rob Herring <robh@xxxxxxxxxx>