Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nishanth Menon and committed by
Santosh Shilimkar
9879d45a d2a3ec71

+1 -1
+1 -1
arch/arm/boot/dts/keystone.dtsi
··· 27 27 reg = <0x00000000 0x80000000 0x00000000 0x40000000>; 28 28 }; 29 29 30 - gic: interrupt-controller { 30 + gic: interrupt-controller@2561000 { 31 31 compatible = "arm,gic-400", "arm,cortex-a15-gic"; 32 32 #interrupt-cells = <3>; 33 33 interrupt-controller;