On Thu, 24 Nov 2022 19:43:29 +0100, Krzysztof Kozlowski wrote: > Split SC8180x remote processor Peripheral Authentication Service bindings > into their own file to reduce complexity and make maintenance easier. > > The binding is incomplete due to lack of upstreamed DTS - no example and > not all power domains defined. > > 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. New patch. > --- > .../bindings/remoteproc/qcom,adsp.yaml | 27 ------ > .../bindings/remoteproc/qcom,sc8180x-pas.yaml | 87 +++++++++++++++++++ > 2 files changed, 87 insertions(+), 27 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sc8180x-pas.yaml > Acked-by: Rob Herring <robh@xxxxxxxxxx>