On Fri, 03 Sep 2021 12:20:12 +0100, Srinivas Kandagatla wrote: > Convert APR bindings to yaml format so that we could add new bindings support. > > All the dsp services bindings are now part of apr bindings instead > of adding them to audio bindings. > > Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > --- > .../devicetree/bindings/soc/qcom/qcom,apr.txt | 134 ------------------ > .../bindings/soc/qcom/qcom,apr.yaml | 128 +++++++++++++++++ > 2 files changed, 128 insertions(+), 134 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,apr.txt > create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,apr.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>