On Wed, 08 Feb 2023 11:15:44 +0100, Krzysztof Kozlowski wrote: > Convert Qualcomm G-Link RPM edge binding to DT schema. Move it to > remoteproc as it better suits the purpose - communication channel with > remote processor. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Changes since v1: > 1. :: -> : > 2. Correct qcom,intents type. > > There are no strict dependencies on other patches, but the previous > "qcom,apcs-kpss-global" should end up in the same cycle (or earlier) as > this one. > --- > .../remoteproc/qcom,glink-rpm-edge.yaml | 99 +++++++++++++++++++ > .../bindings/soc/qcom/qcom,glink.txt | 94 ------------------ > 2 files changed, 99 insertions(+), 94 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,glink-rpm-edge.yaml > delete mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt > Acked-by: Rob Herring <robh@xxxxxxxxxx>