On Thu, 24 Nov 2022 19:43:26 +0100, Krzysztof Kozlowski wrote: > Split SM8150 and SM8250 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). > 2. Add firmware-name to example. > --- > .../bindings/remoteproc/qcom,adsp.yaml | 27 --- > .../bindings/remoteproc/qcom,sm8150-pas.yaml | 166 ++++++++++++++++++ > 2 files changed, 166 insertions(+), 27 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml > Acked-by: Rob Herring <robh@xxxxxxxxxx>