[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240703102828.196160-1-varshini.rajendran@microchip.com>
Date: Wed, 3 Jul 2024 15:58:28 +0530
From: Varshini Rajendran <varshini.rajendran@...rochip.com>
To: <robh@...nel.org>, <krzk+dt@...nel.org>, <conor+dt@...nel.org>,
<varshini.rajendran@...rochip.com>, <claudiu.beznea@...on.dev>,
<durai.manickamkr@...rochip.com>, <arnd@...db.de>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH v5 17/27] ARM: dts: at91: sam9x60: Add nirqs property in the dt node
Add the microchip,nr-irqs property in the DT node and set the value
for the driver to get the value from the DT instead of a hardcoded macro.
Signed-off-by: Varshini Rajendran <varshini.rajendran@...rochip.com>
---
Changes in v5:
- Separated the patch from the DT bindings.
---
arch/arm/boot/dts/microchip/sam9x60.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/microchip/sam9x60.dtsi b/arch/arm/boot/dts/microchip/sam9x60.dtsi
index 291540e5d81e..7dbe34b7587a 100644
--- a/arch/arm/boot/dts/microchip/sam9x60.dtsi
+++ b/arch/arm/boot/dts/microchip/sam9x60.dtsi
@@ -1201,6 +1201,7 @@ aic: interrupt-controller@...ff100 {
interrupt-controller;
reg = <0xfffff100 0x100>;
atmel,external-irqs = <31>;
+ microchip,nr-irqs = <50>;
};
dbgu: serial@...ff200 {
--
2.25.1
Powered by blists - more mailing lists