Re: [PATCH 1/5] mmc: omap_hsmmc: Fix pbias_disable for omap4

2013-10-26 Thread Chris Ball
Hi Balaji, On Sun, Oct 20 2013, Balaji T K wrote: > pbias_disable is set to protect the mmc pbias i/o cells in DT boot > by preventing voltage switch. Currently pbias_disable is enabled only > for omap3 and not for omap4 due to reg_offset difference of 0x100. > Enable pbias_disable for omap4+ too

[PATCH 1/5] mmc: omap_hsmmc: Fix pbias_disable for omap4

2013-10-20 Thread Balaji T K
pbias_disable is set to protect the mmc pbias i/o cells in DT boot by preventing voltage switch. Currently pbias_disable is enabled only for omap3 and not for omap4 due to reg_offset difference of 0x100. Enable pbias_disable for omap4+ too by using res->start which does not include the reg_offset.