From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937213AbdJQRxM convert rfc822-to-8bit (ORCPT ); Tue, 17 Oct 2017 13:53:12 -0400 Received: from gloria.sntech.de ([95.129.55.99]:40460 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933354AbdJQRxK (ORCPT ); Tue, 17 Oct 2017 13:53:10 -0400 From: Heiko Stuebner To: Arnd Bergmann Cc: Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Sugar Zhang , David Wu , Rocky Hao , William Wu , Shawn Lin , Liang Chen , Jianqun Xu , Simon Xue , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: rockchip: fix typo in iommu nodes Date: Tue, 17 Oct 2017 19:52:55 +0200 Message-ID: <35096146.J7tq43JfW1@phil> User-Agent: KMail/5.2.3 (Linux/4.11.0-1-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <4123717.0VmPnCpUOn@diego> References: <20171010085648.1339605-1-arnd@arndb.de> <4123717.0VmPnCpUOn@diego> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, 10. Oktober 2017, 11:48:25 CEST schrieb Heiko Stübner: > Hi Arnd, > > Am Dienstag, 10. Oktober 2017, 10:56:01 CEST schrieb Arnd Bergmann: > > The latest dtc warns about an extraneous cell in the interrupt > > property of two of the iommu device nodes: > > > > Warning (interrupts_property): interrupts size is (16), expected multiple of > > 12 in /iommu@ff373f00 Warning (interrupts_property): interrupts size is > > (16), expected multiple of 12 in /iommu@ff900800 > > > > This removes the typo. > > > > Fixes: cede4c79de28 ("arm64: dts: rockchip: add rk3368 iommu nodes") > > Fixes: 49c82f2b7c5d ("arm64: dts: rockchip: add rk3328 iommu nodes") > > Signed-off-by: Arnd Bergmann > > looks like that got copy-pasted from rk3399 where we have 4 elements per irq. > In any case the change looks good, so if you want to apply it directly to > armsoc-fixes here is a > > Acked-by: Heiko Stuebner > > Depending on how you want to handle it I can also merge it, but > Olof already picked up my 2 fixes for 4.14, so you applying it might > save us the round-trip for a further 1-patch pull request :-) as another (somewhat urgent) fix for 64bit dts has come up, I've now also picked this change up for the following pull request. Heiko