lantiq: dts: fix interrupt provider warnings
authorMathias Kresin <dev@kresin.me>
Tue, 5 Jan 2021 11:57:13 +0000 (12:57 +0100)
committerMathias Kresin <dev@kresin.me>
Mon, 12 Apr 2021 21:50:46 +0000 (23:50 +0200)
commit895dcb7bd6dfecf0cb0b07cc359326a3f7d57065
tree8ed2e62a58749af8c72c7735e9739351148d1c23
parentc9dba3cf0a5d146e5dd8fa870a7dc82f053863f8
lantiq: dts: fix interrupt provider warnings

dtc has new checks for interrupt provider which revealed that the
address-cells property is missing for all interrupt provider defined in
the lantiq dts files. Add the address-cells property to silence the
warnings.

arch/mips/boot/dts/lantiq/vr9.dtsi:48.19-54.5: Warning (interrupt_provider): /biu@1f800000/icu@80200: Missing #address-cells in interrupt provider
arch/mips/boot/dts/lantiq/vr9.dtsi:71.20-78.5: Warning (interrupt_provider): /sram@1f000000/eiu@101000: Missing #address-cells in interrupt provider

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/falcon.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi