This patchset adds the support for PDC interrupt controller found on sm8150 SoCs from Qualcomm. Here we add the device-tree bindings, pinctrl driver support and the dts support for the same. Cc: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> Cc: Vinod Koul <vkoul@xxxxxxxxxx> Cc: Rob Herring <robh@xxxxxxxxxx> Cc: Marc Zyngier <maz@xxxxxxxxxx> Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> Bhupesh Sharma (4): dt-bindings: qcom,pdc: Add compatible for SM8150 pinctrl: qcom: sm8150: Specify PDC map arm64: dts: qcom: sm8150: Add pdc interrupt controller node arm64: dts: qcom: sm8150: Add PDC as the interrupt parent for tlmm .../interrupt-controller/qcom,pdc.txt | 1 + arch/arm64/boot/dts/qcom/sm8150.dtsi | 11 ++++++++++ drivers/pinctrl/qcom/pinctrl-sm8150.c | 21 +++++++++++++++++++ 3 files changed, 33 insertions(+) -- 2.33.1