[PATCH 03/25] dt-bindings: gpio: rda: Make interrupts optional

Dang Huynh posted 25 patches 2 weeks, 1 day ago
Only 9 patches received!
There is a newer version of this series
[PATCH 03/25] dt-bindings: gpio: rda: Make interrupts optional
Posted by Dang Huynh 2 weeks, 1 day ago
The GPIO controller from the modem does not have an interrupt.

Signed-off-by: Dang Huynh <dang.huynh@mainlining.org>
---
 Documentation/devicetree/bindings/gpio/gpio-rda.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/gpio-rda.yaml b/Documentation/devicetree/bindings/gpio/gpio-rda.yaml
index 6ece555f074f84b396537917d7149d4061724dcc..dbb73b4d33ed39aa65024376b1af0c4e2fb896db 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-rda.yaml
+++ b/Documentation/devicetree/bindings/gpio/gpio-rda.yaml
@@ -41,9 +41,6 @@ required:
   - gpio-controller
   - "#gpio-cells"
   - ngpios
-  - interrupt-controller
-  - "#interrupt-cells"
-  - interrupts
 
 additionalProperties: false
 

-- 
2.51.0
Re: [PATCH 03/25] dt-bindings: gpio: rda: Make interrupts optional
Posted by Linus Walleij 1 day, 6 hours ago
On Tue, Sep 16, 2025 at 10:09 PM Dang Huynh <dang.huynh@mainlining.org> wrote:

> The GPIO controller from the modem does not have an interrupt.
>
> Signed-off-by: Dang Huynh <dang.huynh@mainlining.org>

Can you split out the GPIO patches (like the 3? of them?)
into it's own series and send them separately? They seem
to be possible to review and apply separately.

Yours,
Linus Walleij
Re: [PATCH 03/25] dt-bindings: gpio: rda: Make interrupts optional
Posted by Conor Dooley 2 weeks ago
Acked-by: Conor Dooley <conor.dooley@microchip.com>