From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prabhakar Kushwaha Subject: [PATCH 1/3] ARM: dts: Add big-endian for IFC on LS1021A Date: Fri, 17 Aug 2018 15:49:18 +0530 Message-ID: <20180817101920.20503-1-prabhakar.kushwaha@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: devicetree@vger.kernel.org, robh@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org Cc: Alison Wang , Prabhakar Kushwaha , Jagdish Gediya , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Register space of IFC controller is big-endian. So add big-endian in IFC device tree node. Signed-off-by: Alison Wang Signed-off-by: Jagdish Gediya Signed-off-by: Prabhakar Kushwaha --- arch/arm/boot/dts/ls1021a.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index f18490548c78..1f9cae75bad3 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -1,5 +1,6 @@ /* * Copyright 2013-2014 Freescale Semiconductor, Inc. + * Copyright 2018 NXP * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual @@ -154,6 +155,7 @@ ifc: ifc@1530000 { compatible = "fsl,ifc", "simple-bus"; reg = <0x0 0x1530000 0x0 0x10000>; + big-endian; interrupts = ; }; -- 2.14.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: prabhakar.kushwaha@nxp.com (Prabhakar Kushwaha) Date: Fri, 17 Aug 2018 15:49:18 +0530 Subject: [PATCH 1/3] ARM: dts: Add big-endian for IFC on LS1021A Message-ID: <20180817101920.20503-1-prabhakar.kushwaha@nxp.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Register space of IFC controller is big-endian. So add big-endian in IFC device tree node. Signed-off-by: Alison Wang Signed-off-by: Jagdish Gediya Signed-off-by: Prabhakar Kushwaha --- arch/arm/boot/dts/ls1021a.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index f18490548c78..1f9cae75bad3 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -1,5 +1,6 @@ /* * Copyright 2013-2014 Freescale Semiconductor, Inc. + * Copyright 2018 NXP * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual @@ -154,6 +155,7 @@ ifc: ifc at 1530000 { compatible = "fsl,ifc", "simple-bus"; reg = <0x0 0x1530000 0x0 0x10000>; + big-endian; interrupts = ; }; -- 2.14.1