On Thu, 24 Nov 2022 19:43:25 +0100, Krzysztof Kozlowski wrote: > Split SM8350 and SM8450 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 | 48 ----- > .../bindings/remoteproc/qcom,sm8350-pas.yaml | 174 ++++++++++++++++++ > 2 files changed, 174 insertions(+), 48 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sm8350-pas.yaml > Acked-by: Rob Herring <robh@xxxxxxxxxx>