On Thu, 12 May 2022 12:00:01 +0200, Krzysztof Kozlowski wrote: > 'glink-edge' property appears in multiple bindings, so split it into one > place which can be re-used. This reduces code duplication and strict > schema matching for glink-edge nodes (instead of just "type:object"). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../bindings/remoteproc/qcom,adsp.yaml | 2 +- > .../bindings/remoteproc/qcom,glink-edge.yaml | 72 +++++++++++++++++++ > .../remoteproc/qcom,sc7280-wpss-pil.yaml | 18 ++--- > 3 files changed, 77 insertions(+), 15 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,glink-edge.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>