
-----Original Message----- From: Tom Rini trini@konsulko.com Sent: Thursday, October 29, 2020 8:14 PM To: Meenakshi Aggarwal meenakshi.aggarwal@nxp.com Cc: u-boot@lists.denx.de; Priyanka Jain priyanka.jain@nxp.com; Varun Sethi V.Sethi@nxp.com Subject: Re: [PATCH v4 2/3] armv8: lx2162a: Add Soc changes to support LX2162A
On Thu, Oct 29, 2020 at 07:16:16PM +0530, meenakshi.aggarwal@nxp.com wrote:
From: Meenakshi Aggarwal meenakshi.aggarwal@nxp.com
LX2162 is LX2160 based SoC, it has same die as of LX2160 with different packaging.
LX2162A support 64-bit 2.9GT/s DDR4 memory, i2c, micro-click module, microSD card, eMMC support, serial console, qspi nor flash, qsgmii, sgmii, 25g, 40g, 50g network interface, one usb 3.0 and serdes interface to support three PCIe gen3 interface.
Signed-off-by: Meenakshi Aggarwal meenakshi.aggarwal@nxp.com
arch/arm/cpu/armv8/Kconfig | 2 +- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 39 +++++++++++++-- arch/arm/cpu/armv8/fsl-layerscape/Makefile | 5 ++ arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 7 ++- arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc | 58
++++++++++++++++++++++
A follow up to convert README.soc to rST and move it with the rest of our rST documentation would be appreciated, thanks.
[Meenakshi Aggarwal] We are planning this, but will be in a separate patch.
-- Tom