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 <fabien.dessenne@foss.st.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
This commit is contained in:
parent
a022c7c96c
commit
9accf46b7f
@ -30,15 +30,11 @@ properties:
|
|||||||
items:
|
items:
|
||||||
- description: rx channel occupied
|
- description: rx channel occupied
|
||||||
- description: tx channel free
|
- description: tx channel free
|
||||||
- description: wakeup source
|
|
||||||
minItems: 2
|
|
||||||
|
|
||||||
interrupt-names:
|
interrupt-names:
|
||||||
items:
|
items:
|
||||||
- const: rx
|
- const: rx
|
||||||
- const: tx
|
- const: tx
|
||||||
- const: wakeup
|
|
||||||
minItems: 2
|
|
||||||
|
|
||||||
wakeup-source: true
|
wakeup-source: true
|
||||||
|
|
||||||
@ -70,10 +66,9 @@ examples:
|
|||||||
#mbox-cells = <1>;
|
#mbox-cells = <1>;
|
||||||
reg = <0x4c001000 0x400>;
|
reg = <0x4c001000 0x400>;
|
||||||
st,proc-id = <0>;
|
st,proc-id = <0>;
|
||||||
interrupts-extended = <&intc GIC_SPI 100 IRQ_TYPE_NONE>,
|
interrupts-extended = <&exti 61 1>,
|
||||||
<&intc GIC_SPI 101 IRQ_TYPE_NONE>,
|
<&intc GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
<&aiec 62 1>;
|
interrupt-names = "rx", "tx";
|
||||||
interrupt-names = "rx", "tx", "wakeup";
|
|
||||||
clocks = <&rcc_clk IPCC>;
|
clocks = <&rcc_clk IPCC>;
|
||||||
wakeup-source;
|
wakeup-source;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user