Re: [U-Boot] [PATCH v2] pci: layerscape: remove multiple definitions of SVR

2019-10-17 Thread Priyanka Jain
>-Original Message- >From: U-Boot On Behalf Of Priyanka Jain >Sent: Friday, October 18, 2019 10:46 AM >To: Pankaj Bansal ; Xiaowei Bao >; Tom Rini ; Z.q. Hou > >Cc: u-boot@lists.denx.de >Subject: Re: [U-Boot] [PATCH v2] pci: layerscape: remove mult

Re: [U-Boot] [PATCH v2] pci: layerscape: remove multiple definitions of SVR

2019-10-17 Thread Priyanka Jain
>-Original Message- >From: Pankaj Bansal >Sent: Wednesday, October 16, 2019 3:43 PM >To: Priyanka Jain ; Xiaowei Bao >; Tom Rini ; Z.q. Hou > >Cc: u-boot@lists.denx.de; Pankaj Bansal >Subject: [PATCH v2] pci: layerscape: remove multiple definitions of SVR > >SVR values for various nxp SO

[U-Boot] [PATCH v2] pci: layerscape: remove multiple definitions of SVR

2019-10-16 Thread Pankaj Bansal
SVR values for various nxp SOCs are defined in asm/arch/soc.h we can use these values in any peripheral driver. we need not to redefine these values in peripheral driver, as this becomes difficult to manage (add or change new values) Signed-off-by: Pankaj Bansal --- Notes: V2: - fixed co