Re: [PATCH v2 1/8] dt-bindings: remoteproc: qcom: adsp: Make ADSP pil loader as generic

From: Srinivasa Rao Mandadapu
Date: Thu Aug 11 2022 - 03:30:21 EST



On 8/10/2022 12:06 AM, Rob Herring wrote:
Thanks for Your time Rob!!!
On Thu, Aug 04, 2022 at 04:45:44PM +0530, Srinivasa Rao Mandadapu wrote:
Rename sdm845 adsp pil bindings to generic name, for using same binings
file for subsequent SoCs.

Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@xxxxxxxxxxx>
---
.../bindings/remoteproc/qcom,lpass-adsp-pil.yaml | 160 +++++++++++++++++++++
.../bindings/remoteproc/qcom,sdm845-adsp-pil.yaml | 160 ---------------------
2 files changed, 160 insertions(+), 160 deletions(-)
create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,lpass-adsp-pil.yaml
delete mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sdm845-adsp-pil.yaml
Please use the git-format-patch -M option so I'm not reviewing the whole
doc again. You also can (and should) change your git config to default
to this.

Actually here Common dt bindings for SDM845 and SC7280 is not working, as it has conflicts with clock headers.

I Would like to revert this patch and create new dt bindings file for SC7280 platform.


Rob