Re: [PATCH] dt-bindings: qcom,pdc: convert to YAML
From: Rob Herring <robh@kernel.org>
Date: 2021-12-15 20:18:47
Also in:
linux-arm-msm, lkml, phone-devel
From: Rob Herring <robh@kernel.org>
Date: 2021-12-15 20:18:47
Also in:
linux-arm-msm, lkml, phone-devel
On Mon, 13 Dec 2021 16:22:08 +0100, Luca Weiss wrote:
Convert the PDC interrupt controller bindings to YAML. Signed-off-by: Luca Weiss <redacted> --- This patch depends on the following patch, which fixed sm8250 & sm8350 compatibles and adds sm6350. https://lore.kernel.org/linux-arm-msm/20211213082614.22651-4-luca.weiss@fairphone.com/ (local) Also, if somebody has a better suggestion for the register names, the second one is pulled from downstream commit message which calls it both "SPI config registers" and "interface registers": https://source.codeaurora.org/quic/la/kernel/msm-4.19/commit/?id=cdefb63745e051a5bcf69663ac9d084d7da1eeec .../interrupt-controller/qcom,pdc.txt | 77 ----------------- .../interrupt-controller/qcom,pdc.yaml | 86 +++++++++++++++++++ 2 files changed, 86 insertions(+), 77 deletions(-) delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt create mode 100644 Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
Reviewed-by: Rob Herring <robh@kernel.org>