[PATCH v1 3/4] arm64: dts: ls1028a: fix little-big endian issue for dcfg

Y.b. Lu yangbo.lu at nxp.com
Tue Dec 10 13:34:30 AEDT 2019


+ Shawn,

> -----Original Message-----
> From: Michael Walle <michael at walle.cc>
> Sent: Tuesday, December 10, 2019 8:06 AM
> To: Yinbo Zhu <yinbo.zhu at nxp.com>
> Cc: Ashish Kumar <ashish.kumar at nxp.com>; Alexandru Marginean
> <alexandru.marginean at nxp.com>; Alison Wang <alison.wang at nxp.com>;
> Amit Jain (aj) <amit.jain_1 at nxp.com>; catalin.horghidan at nxp.com; Claudiu
> Manoil <claudiu.manoil at nxp.com>; devicetree at vger.kernel.org; Jiafei Pan
> <jiafei.pan at nxp.com>; Leo Li <leoyang.li at nxp.com>;
> linux-arm-kernel at lists.infradead.org; linux-kernel at vger.kernel.org;
> linuxppc-dev at lists.ozlabs.org; mark.rutland at arm.com;
> rajat.srivastava at nxp.com; Rajesh Bhagat <rajesh.bhagat at nxp.com>;
> robh+dt at kernel.org; Vabhav Sharma <vabhav.sharma at nxp.com>; Xiaobo Xie
> <xiaobo.xie at nxp.com>; Y.b. Lu <yangbo.lu at nxp.com>; Michael Walle
> <michael at walle.cc>
> Subject: Re: [PATCH v1 3/4] arm64: dts: ls1028a: fix little-big endian issue for
> dcfg
> 

[Y.b. Lu] Acked-by: Yangbo Lu <yangbo.lu at nxp.com>

Hi Shawn, could you help to review and merge the two dts patches of this patch-set?
Thanks.

> > dcfg use little endian that SoC register value will be correct
> >
> > Signed-off-by: Yinbo Zhu <yinbo.zhu at nxp.com>
> > ---
> >  arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> This patch is still missing. Any news?
> 
> Tested-by: Michael Walle <michael at walle.cc>
> 
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > index b0d4f8916ede..5538e8e354b2 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > @@ -162,7 +162,7 @@
> >  		dcfg: syscon at 1e00000 {
> >  			compatible = "fsl,ls1028a-dcfg", "syscon";
> >  			reg = <0x0 0x1e00000 0x0 0x10000>;
> > -			big-endian;
> > +			little-endian;
> >  		};
> >
> >  		scfg: syscon at 1fc0000 {
> > --
> > 2.17.1
> >


More information about the Linuxppc-dev mailing list