ARM: dts: keystone: Add missing unit name to interrupt controller
authorNishanth Menon <nm@ti.com>
Fri, 15 Dec 2017 07:07:00 +0000 (01:07 -0600)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Sat, 16 Dec 2017 22:36:57 +0000 (14:36 -0800)
Add base address for GIC as unit address. This also squashes the
following warnings when built with W=1:
arch/arm/boot/dts/keystone-k2hk-evm.dtb: Warning (unit_address_vs_reg): Node /interrupt-controller has a reg or ranges property, but no unit name
arch/arm/boot/dts/keystone-k2l-evm.dtb: Warning (unit_address_vs_reg): Node /interrupt-controller has a reg or ranges property, but no unit name
arch/arm/boot/dts/keystone-k2e-evm.dtb: Warning (unit_address_vs_reg): Node /interrupt-controller has a reg or ranges property, but no unit name

Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
arch/arm/boot/dts/keystone.dtsi

index 0149691..93ea5c6 100644 (file)
@@ -27,7 +27,7 @@
                reg = <0x00000000 0x80000000 0x00000000 0x40000000>;
        };
 
-       gic: interrupt-controller {
+       gic: interrupt-controller@2561000 {
                compatible = "arm,gic-400", "arm,cortex-a15-gic";
                #interrupt-cells = <3>;
                interrupt-controller;