From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-by2nam03on0092.outbound.protection.outlook.com ([104.47.42.92]:41884 "EHLO NAM03-BY2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932615AbeA1Wac (ORCPT ); Sun, 28 Jan 2018 17:30:32 -0500 From: Sasha Levin To: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" CC: Peter Ujfalusi , Tony Lindgren , Sasha Levin Subject: [PATCH AUTOSEL for 3.18 03/25] ARM: dts: am4372: Correct the interrupts_properties of McASP Date: Sun, 28 Jan 2018 22:29:42 +0000 Message-ID: <20180128222931.7781-3-alexander.levin@microsoft.com> References: <20180128222931.7781-1-alexander.levin@microsoft.com> In-Reply-To: <20180128222931.7781-1-alexander.levin@microsoft.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: From: Peter Ujfalusi [ Upstream commit 627395a6f8091c0aa18f49dca7df59ba3ec147ef ] Fixes the following warnings: arch/arm/boot/dts/am437x-cm-t43.dtb: Warning (interrupts_property): interrupts size is (8), expected multiple of 12 in /ocp@44000000/mcasp@48038000 arch/arm/boot/dts/am437x-cm-t43.dtb: Warning (interrupts_property): interrupts size is (8), expected multiple of 12 in /ocp@44000000/mcasp@4803C000 Signed-off-by: Peter Ujfalusi Signed-off-by: Tony Lindgren Signed-off-by: Sasha Levin --- arch/arm/boot/dts/am4372.dtsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 46660ffd2b65..6b98998af81e 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -702,7 +702,8 @@ reg =3D <0x48038000 0x2000>, <0x46000000 0x400000>; reg-names =3D "mpu", "dat"; - interrupts =3D <80>, <81>; + interrupts =3D , + ; interrupt-names =3D "tx", "rx"; status =3D "disabled"; dmas =3D <&edma 8>, @@ -716,7 +717,8 @@ reg =3D <0x4803C000 0x2000>, <0x46400000 0x400000>; reg-names =3D "mpu", "dat"; - interrupts =3D <82>, <83>; + interrupts =3D , + ; interrupt-names =3D "tx", "rx"; status =3D "disabled"; dmas =3D <&edma 10>, --=20 2.11.0