On Thu, 24 Nov 2022 19:43:24 +0100, Krzysztof Kozlowski wrote: > Split common part of Qualcomm SoC Peripheral Authentication Service > bindings into a re-usable schema file. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Changes since v2: > 1. Allow only one or two clocks, after dropping clocks related to PIL binding. > > Changes since v1: > 1. Keep resets, reset-names, qcom,qmp and qcom,halt-regs in qcom,adsp, > because they are not shared with most of PAS bindings. > --- > .../bindings/remoteproc/qcom,adsp.yaml | 81 +--------------- > .../bindings/remoteproc/qcom,pas-common.yaml | 97 +++++++++++++++++++ > 2 files changed, 99 insertions(+), 79 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,pas-common.yaml > Acked-by: Rob Herring <robh@xxxxxxxxxx>