|
|
@@ -650,11 +650,6 @@ stm32_exti_chip_data *stm32_exti_chip_init(struct stm32_exti_host_data *h_data,
|
|
|
*/
|
|
|
writel_relaxed(0, base + stm32_bank->imr_ofst);
|
|
|
writel_relaxed(0, base + stm32_bank->emr_ofst);
|
|
|
- writel_relaxed(0, base + stm32_bank->rtsr_ofst);
|
|
|
- writel_relaxed(0, base + stm32_bank->ftsr_ofst);
|
|
|
- writel_relaxed(~0UL, base + stm32_bank->rpr_ofst);
|
|
|
- if (stm32_bank->fpr_ofst != UNDEF_REG)
|
|
|
- writel_relaxed(~0UL, base + stm32_bank->fpr_ofst);
|
|
|
|
|
|
pr_info("%s: bank%d, External IRQs available:%#x\n",
|
|
|
node->full_name, bank_idx, irqs_mask);
|