diff options
author | Nishanth Menon <nm@ti.com> | 2017-12-15 02:07:00 -0500 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | 2017-12-16 17:36:57 -0500 |
commit | 9879d45ad9c0ef33eb50625ae6c008ca23a4653a (patch) | |
tree | 6d5253a16163d22f8046d32df36d9b2e6217f0c2 | |
parent | d2a3ec71eb54759307bc38bd4904bf309ae802ae (diff) |
ARM: dts: keystone: Add missing unit name to interrupt controller
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>
-rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 01496910587a..93ea5c69ea77 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi | |||
@@ -27,7 +27,7 @@ | |||
27 | reg = <0x00000000 0x80000000 0x00000000 0x40000000>; | 27 | reg = <0x00000000 0x80000000 0x00000000 0x40000000>; |
28 | }; | 28 | }; |
29 | 29 | ||
30 | gic: interrupt-controller { | 30 | gic: interrupt-controller@2561000 { |
31 | compatible = "arm,gic-400", "arm,cortex-a15-gic"; | 31 | compatible = "arm,gic-400", "arm,cortex-a15-gic"; |
32 | #interrupt-cells = <3>; | 32 | #interrupt-cells = <3>; |
33 | interrupt-controller; | 33 | interrupt-controller; |