Re: [U-Boot] [PATCH v3] board: fsl: lx2160a: implement board_fix_fdt

From: Pankaj Bansal Sent: Saturday, August 17, 2019 6:38 AM To: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; Meenakshi Aggarwal meenakshi.aggarwal@nxp.com Cc: Varun Sethi V.Sethi@nxp.com; u-boot@lists.denx.de Subject: [PATCH v3] board: fsl: lx2160a: implement board_fix_fdt
In lx2160a rev2 the pcie controller has been changed. Therefore, we need to change the device tree nodes of pcie controllers so that new controller can be probed. It involves changing the "compatible" field as well as registers names'. we are keeping same device tree for lx2160a rev1 and rev2, therefore we change the device tree nodes as part of fdt fixups. These changes would only be applied if the soc revision is not rev1.
Signed-off-by: Pankaj Bansal pankaj.bansal@nxp.com
Description updated Applied to fsl-qoriq master, awaiting upstream.
Thanks priyankajain
participants (1)
-
Priyanka Jain