On Tue, 05 Jul 2022 17:02:00 +0530, Sibi Sankar wrote: > Add a separate YAML binding to act as a superset of the PAS and non-PAS > compatible for SC7280 MSS PIL. This also serves as a way to increase > readability. > > Signed-off-by: Sibi Sankar <quic_sibis@xxxxxxxxxxx> > --- > > Depends on Krzysztof's remoteproc cleanups and improvements: > https://patchwork.kernel.org/project/linux-arm-msm/cover/20220517070113.18023-1-krzysztof.kozlowski@xxxxxxxxxx/ > > Previous discussions on PAS vs non-PAS bindings: > https://lore.kernel.org/lkml/YUps1JfGtf6JdbCx@ripper/ [Bjorn] > https://lore.kernel.org/lkml/CAE-0n51KBYjZvwGNy06_okmEWjEfRLQO54CYaY6-JnbBk6kOhA@xxxxxxxxxxxxxx/ [Stephen] > > v5: > * Improve phandle-array schemas [Stephen/Rob/Krzysztof] > * Add more details to the firmware-name/memory region string array [Stephen/Rob] > * Drop 'items' from label [Rob] > > v4: > * Remove older bindings [Matthias/Krzysztof] > * Misc. Fixes [Krzysztof] > * Rebased on v2 of Krzysztof's bindings cleanups > > v3: > * Re-ordered clock list, fixed pdc_sync typo [Rob/Matthias] > > .../devicetree/bindings/remoteproc/qcom,q6v5.txt | 31 +-- > .../bindings/remoteproc/qcom,sc7280-mss-pil.yaml | 266 +++++++++++++++++++++ > 2 files changed, 268 insertions(+), 29 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sc7280-mss-pil.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>