From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bl2nam02on0103.outbound.protection.outlook.com ([104.47.38.103]:18657 "EHLO NAM02-BL2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730540AbeIQIac (ORCPT ); Mon, 17 Sep 2018 04:30:32 -0400 From: Sasha Levin To: "stable@vger.kernel.org" , "linux-kernel@vger.kernel.org" CC: khilman , Roger Quadros , Tony Lindgren , Sasha Levin Subject: [PATCH AUTOSEL 4.14 86/87] ARM: dts: dra7: fix DCAN node addresses Date: Mon, 17 Sep 2018 03:03:19 +0000 Message-ID: <20180917030220.245686-86-alexander.levin@microsoft.com> References: <20180917030220.245686-1-alexander.levin@microsoft.com> In-Reply-To: <20180917030220.245686-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: Kevin Hilman [ Upstream commit 949bdcc8a97c6078f21c8d4966436b117f2e4cd3 ] Fix the DT node addresses to match the reg property addresses, which were verified to match the TRM: http://www.ti.com/lit/pdf/sprui30 Cc: Roger Quadros Signed-off-by: Kevin Hilman Acked-by: Roger Quadros Signed-off-by: Tony Lindgren Signed-off-by: Sasha Levin --- arch/arm/boot/dts/dra7.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 02a136a4661a..a5bd8f0205e8 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1818,7 +1818,7 @@ }; }; =20 - dcan1: can@481cc000 { + dcan1: can@4ae3c000 { compatible =3D "ti,dra7-d_can"; ti,hwmods =3D "dcan1"; reg =3D <0x4ae3c000 0x2000>; @@ -1828,7 +1828,7 @@ status =3D "disabled"; }; =20 - dcan2: can@481d0000 { + dcan2: can@48480000 { compatible =3D "ti,dra7-d_can"; ti,hwmods =3D "dcan2"; reg =3D <0x48480000 0x2000>; --=20 2.17.1