[PATCH v2 2/2] ARM: dts: aspeed: ast2600: Fix SCU IRQ controller nodes
Eddie James
eajames at linux.ibm.com
Tue Feb 11 06:32:27 AEDT 2020
The nodes were defined with a unit address but had no reg property,
resulting in a warning. Add the reg properties for consistency to fix
the warning.
Signed-off-by: Eddie James <eajames at linux.ibm.com>
---
arch/arm/boot/dts/aspeed-g6.dtsi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi
index 82a3cd1..301fdb4 100644
--- a/arch/arm/boot/dts/aspeed-g6.dtsi
+++ b/arch/arm/boot/dts/aspeed-g6.dtsi
@@ -269,16 +269,18 @@
reg = <0x180 0x40>;
};
- scu_ic0: interrupt-controller at 0 {
+ scu_ic0: interrupt-controller at 560 {
#interrupt-cells = <1>;
compatible = "aspeed,ast2600-scu-ic0";
+ reg = <0x560 0x4>;
interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
interrupt-controller;
};
- scu_ic1: interrupt-controller at 1 {
+ scu_ic1: interrupt-controller at 570 {
#interrupt-cells = <1>;
compatible = "aspeed,ast2600-scu-ic1";
+ reg = <0x570 0x4>;
interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
interrupt-controller;
};
--
1.8.3.1
More information about the Linux-aspeed
mailing list