From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Mon, 27 Aug 2018 15:24:55 +0800 Subject: [PATCH 1/3] ARM: dts: Add big-endian for IFC on LS1021A In-Reply-To: <20180817101920.20503-1-prabhakar.kushwaha@nxp.com> References: <20180817101920.20503-1-prabhakar.kushwaha@nxp.com> Message-ID: <20180827072452.GH3850@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Aug 17, 2018 at 03:49:18PM +0530, Prabhakar Kushwaha wrote: Please resend the series with Li Yang on copy. Shawn > 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 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel