Re: [U-Boot] Issue faced due to "serial: Remove DM_FLAG_PRE_RELOC flag in various drivers" patch

2019-01-07 Thread Simon Glass
Hi, On Mon, 7 Jan 2019 at 00:19, Priyanka Jain wrote: > > Hello Simon, > > > > Creating a duplicate driver for enabling the flag will add a lot of redundant > code. Please can you avoid top posting? > > Is there a way, I can add some conditional code to enable this flag for case > when

Re: [U-Boot] Issue faced due to "serial: Remove DM_FLAG_PRE_RELOC flag in various drivers" patch

2019-01-06 Thread Priyanka Jain
Hello Simon, Creating a duplicate driver for enabling the flag will add a lot of redundant code. Is there a way, I can add some conditional code to enable this flag for case when pl01x_serial_platdata in the same driver. Regards Priyanka From: Simon Glass Sent: Friday, January 4, 2019 3:00

Re: [U-Boot] Issue faced due to "serial: Remove DM_FLAG_PRE_RELOC flag in various drivers" patch

2019-01-03 Thread Simon Glass
Hi Priyanka, On Thu, 3 Jan 2019 at 03:31, Priyanka Jain wrote: > Hello, > > I am working to add support for NXP LX2160ARDB board support" " > https://patchwork.ozlabs.org/patch/1004541/; > > For serial driver, we are using PL01X_SERIAL driver with DM_SERIAL enabled > Since we need to support

Re: [U-Boot] Issue faced due to "serial: Remove DM_FLAG_PRE_RELOC flag in various drivers" patch

2019-01-03 Thread Lukasz Majewski
Hi Priyanka, > Hello, > > I am working to add support for NXP LX2160ARDB board support" > "https://patchwork.ozlabs.org/patch/1004541/; > > For serial driver, we are using PL01X_SERIAL driver with DM_SERIAL > enabled Since we need to support various clock frequencies, we have > defined

[U-Boot] Issue faced due to "serial: Remove DM_FLAG_PRE_RELOC flag in various drivers" patch

2019-01-03 Thread Priyanka Jain
Hello, I am working to add support for NXP LX2160ARDB board support" "https://patchwork.ozlabs.org/patch/1004541/; For serial driver, we are using PL01X_SERIAL driver with DM_SERIAL enabled Since we need to support various clock frequencies, we have defined pl01x_serial_platdata in board file