Am Donnerstag, 9. November 2017, 16:35:35 CET schrieb Rob Herring: > The interrupts property in the IOMMU node for Rockchip dts file has a > spurious extra cell causing a dtc warning: > > Warning (interrupts_property): interrupts size is (16), expected multiple of 12 in /iommu at ff900800 > > Remove the extra cell. > > Cc: Heiko Stuebner <heiko at sntech.de> > Cc: linux-rockchip at lists.infradead.org > Signed-off-by: Rob Herring <robh at kernel.org> > --- > arch/arm/boot/dts/rk3288.dtsi | 2 +- > arch/arm64/boot/dts/rockchip/rk3368.dtsi | 2 +- Arnd fixed the rk3368 variant in a patch already, so I've dropped that and applied the rk3288 fix as fix for 4.15. Thanks Heiko