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 <luca.weiss@xxxxxxxxxxxxx> > --- > 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@xxxxxxxxxxxxx/ > > 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@xxxxxxxxxx>