* [PATCH 1/2] dt-bindings: mailbox: remove the IPCC "wakeup" IRQ
@ 2022-05-03 14:55 Fabien Dessenne
2022-05-05 3:20 ` Rob Herring
0 siblings, 1 reply; 2+ messages in thread
From: Fabien Dessenne @ 2022-05-03 14:55 UTC (permalink / raw)
To: Rob Herring, Jassi Brar, Maxime Coquelin, Alexandre Torgue,
linux-kernel, linux-stm32, linux-arm-kernel, devicetree
Cc: Fabien Dessenne
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>
---
.../devicetree/bindings/mailbox/st,stm32-ipcc.yaml | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/Documentation/devicetree/bindings/mailbox/st,stm32-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/st,stm32-ipcc.yaml
index 8eb4bf52ea27..2c8b47285aa3 100644
--- a/Documentation/devicetree/bindings/mailbox/st,stm32-ipcc.yaml
+++ b/Documentation/devicetree/bindings/mailbox/st,stm32-ipcc.yaml
@@ -30,15 +30,11 @@ properties:
items:
- description: rx channel occupied
- description: tx channel free
- - description: wakeup source
- minItems: 2
interrupt-names:
items:
- const: rx
- const: tx
- - const: wakeup
- minItems: 2
wakeup-source: true
@@ -70,10 +66,9 @@ examples:
#mbox-cells = <1>;
reg = <0x4c001000 0x400>;
st,proc-id = <0>;
- interrupts-extended = <&intc GIC_SPI 100 IRQ_TYPE_NONE>,
- <&intc GIC_SPI 101 IRQ_TYPE_NONE>,
- <&aiec 62 1>;
- interrupt-names = "rx", "tx", "wakeup";
+ interrupts-extended = <&exti 61 1>,
+ <&intc GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "rx", "tx";
clocks = <&rcc_clk IPCC>;
wakeup-source;
};
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] dt-bindings: mailbox: remove the IPCC "wakeup" IRQ
2022-05-03 14:55 [PATCH 1/2] dt-bindings: mailbox: remove the IPCC "wakeup" IRQ Fabien Dessenne
@ 2022-05-05 3:20 ` Rob Herring
0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2022-05-05 3:20 UTC (permalink / raw)
To: Fabien Dessenne
Cc: Maxime Coquelin, linux-kernel, linux-stm32, linux-arm-kernel,
devicetree, Rob Herring, Alexandre Torgue, Jassi Brar
On Tue, 03 May 2022 16:55:59 +0200, Fabien Dessenne wrote:
> 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>
> ---
> .../devicetree/bindings/mailbox/st,stm32-ipcc.yaml | 11 +++--------
> 1 file changed, 3 insertions(+), 8 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-05 3:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-03 14:55 [PATCH 1/2] dt-bindings: mailbox: remove the IPCC "wakeup" IRQ Fabien Dessenne
2022-05-05 3:20 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).