Skip to content

Commit 9accf46

Browse files
Fabien DessenneJassiBrar
authored andcommitted
dt-bindings: mailbox: remove the IPCC "wakeup" IRQ
The stm32 ipcc mailbox driver supports only two interrupts (rx and tx), so remove the unsupported "wakeup" one. Signed-off-by: Fabien Dessenne <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent a022c7c commit 9accf46

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Documentation/devicetree/bindings/mailbox/st,stm32-ipcc.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,11 @@ properties:
3030
items:
3131
- description: rx channel occupied
3232
- description: tx channel free
33-
- description: wakeup source
34-
minItems: 2
3533

3634
interrupt-names:
3735
items:
3836
- const: rx
3937
- const: tx
40-
- const: wakeup
41-
minItems: 2
4238

4339
wakeup-source: true
4440

@@ -70,10 +66,9 @@ examples:
7066
#mbox-cells = <1>;
7167
reg = <0x4c001000 0x400>;
7268
st,proc-id = <0>;
73-
interrupts-extended = <&intc GIC_SPI 100 IRQ_TYPE_NONE>,
74-
<&intc GIC_SPI 101 IRQ_TYPE_NONE>,
75-
<&aiec 62 1>;
76-
interrupt-names = "rx", "tx", "wakeup";
69+
interrupts-extended = <&exti 61 1>,
70+
<&intc GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
71+
interrupt-names = "rx", "tx";
7772
clocks = <&rcc_clk IPCC>;
7873
wakeup-source;
7974
};

0 commit comments

Comments
 (0)