Re: [U-Boot] [PATCH 1/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-07-03 Thread Fabio Estevam
Hi Gautam, On Mon, Jul 3, 2017 at 2:55 PM, Gautam Bhat wrote: > I would really like to mainline the MIPI DSI support to the mainline > kernel as well as u-boot. > In fact I think support for u-boot would be much simpler. I have > already written a driver for the > HX8363

Re: [U-Boot] [PATCH 1/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-07-03 Thread Gautam Bhat
On Wed, Jun 28, 2017 at 7:43 PM, Fabio Estevam wrote: > > Hi Gautam, > > On Tue, Jun 27, 2017 at 11:32 PM, mind entropy wrote: > > > Hi Fabio, > > > > The patch for the kernel was supposed to be next. Should I send the kernel > > patch to mainline or

Re: [U-Boot] [PATCH 1/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-06-28 Thread Fabio Estevam
Hi Gautam, On Tue, Jun 27, 2017 at 11:32 PM, mind entropy wrote: > Hi Fabio, > > The patch for the kernel was supposed to be next. Should I send the kernel > patch to mainline or some place else? Do you have MIPI DSI working in mainline kernel? If you do, please share

Re: [U-Boot] [PATCH 1/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-06-27 Thread mind entropy
On Tue, Jun 27, 2017 at 10:54 PM, Fabio Estevam wrote: > Hi Gautam, > > On Wed, Jun 21, 2017 at 1:18 PM, Gautam Bhat > wrote: > > This change sets the VLDO4 settings output to 2.8V in PMIC > > initialization so that the MIPI DSI and MIPI CSI input

Re: [U-Boot] [PATCH 1/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-06-27 Thread Fabio Estevam
Hi Gautam, On Wed, Jun 21, 2017 at 1:18 PM, Gautam Bhat wrote: > This change sets the VLDO4 settings output to 2.8V in PMIC > initialization so that the MIPI DSI and MIPI CSI input voltage > is 2.8V as per the schematics. As we do not have MIPI DSI / MIPI CSI support in

Re: [U-Boot] [PATCH 1/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-06-27 Thread Otavio Salvador
Hello Gautam, On Wed, Jun 21, 2017 at 1:18 PM, Gautam Bhat wrote: > This change sets the VLDO4 settings output to 2.8V in PMIC > initialization so that the MIPI DSI and MIPI CSI input voltage > is 2.8V as per the schematics. > > Signed-off-by: Gautam Bhat

[U-Boot] [PATCH 1/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-06-21 Thread Gautam Bhat
This change sets the VLDO4 settings output to 2.8V in PMIC initialization so that the MIPI DSI and MIPI CSI input voltage is 2.8V as per the schematics. Signed-off-by: Gautam Bhat --- board/freescale/mx7dsabresd/mx7dsabresd.c | 10 ++ 1 file changed, 10