[PATCH v2 1/2] ARM: dts: aspeed: ast2500: Fix SCU IRQ controller node

Eddie James eajames at linux.ibm.com
Tue Feb 11 06:32:26 AEDT 2020


The node was defined with a unit address but had no reg property,
resulting in a warning. Add a reg property for consistency to fix the
warning.

Signed-off-by: Eddie James <eajames at linux.ibm.com>
---
 arch/arm/boot/dts/aspeed-g5.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
index 569f9d7..9db7bde 100644
--- a/arch/arm/boot/dts/aspeed-g5.dtsi
+++ b/arch/arm/boot/dts/aspeed-g5.dtsi
@@ -225,6 +225,7 @@
 				scu_ic: interrupt-controller at 18 {
 					#interrupt-cells = <1>;
 					compatible = "aspeed,ast2500-scu-ic";
+					reg = <0x18 0x4>;
 					interrupts = <21>;
 					interrupt-controller;
 				};
-- 
1.8.3.1



More information about the Linux-aspeed mailing list