Message ID | 52D8F740.5000909@denx.de |
---|---|
State | Accepted |
Delegated to: | Tom Rini |
Headers | show |
Hi Tom, On Fri, Jan 17, 2014 at 7:26 AM, Stefano Babic <sbabic@denx.de> wrote: > Hi Albert, > > Commit 022298278 (mx6: soc: Disable VDDPU regulator) does not let boot > kernel with enabled GPU (i.MX6). It is unclear at the moment if the fix > should be done in U-Boot or in kernel, so it is better to revert it for > the release. Please pull from u-boot-imx, thanks ! In case Albert does not have time to send you his pull request, could you please apply this one? Thanks, Fabio Estevam
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/17/2014 12:27 PM, Fabio Estevam wrote: > Hi Tom, > > On Fri, Jan 17, 2014 at 7:26 AM, Stefano Babic <sbabic@denx.de> > wrote: >> Hi Albert, >> >> Commit 022298278 (mx6: soc: Disable VDDPU regulator) does not let >> boot kernel with enabled GPU (i.MX6). It is unclear at the moment >> if the fix should be done in U-Boot or in kernel, so it is better >> to revert it for the release. Please pull from u-boot-imx, thanks >> ! > > In case Albert does not have time to send you his pull request, > could you please apply this one? If Albert doesn't have one up for it soon I will, yes, thanks. - -- Tom -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJS2ajNAAoJENk4IS6UOR1WOQoQAJ/OjWS9a8mM+6vUhXwhkwtE xt1uNLvj1RUhJDArGwWHNC2dAYLNBnOlG15eE8ZAZr6G/YZwMhSC63EWnn217age cPtDQp0K+r71/oM2vl1Wrbs7kcGtPbmdPlTWds2UsZEFRvz11zT/1W5UvFNsdcSa eo+AytK0fNpCzOHhF/oIat9WHE0SPIUk5SMFFVIIaRL27Aek2eyQZMJlqzUPkk7A 0wNYXTKvcNBMSd6qpeammSeHXHbXS/pHtCac7d/oaa1Noy/rqBSs9kZq/doDwQnW xo+hgWhE2GLUoZ0TlKKu5Ai8XOD4ASR0wz0FGBvw6wsTWx69CulwLfNagB4qxn8N UGEO0tQM1O/t8XTsCVdd0cAbCr/qyAhmU3S50jSI6Wmot6Fu3BN37eEUdoWuMW8b RcrJeY55icKYLeeSTJkEAwP4rwJ0hKrCCTu1vpsosbJ05uRg2ZGB3CjB7wAk8jyQ 0d3cP1S5pbxZHekKa/IBM86R4tXctJqYHBr3uRtbmFYx3DK16rJ4waUTI0WoV1xC WhXYh1iLYPF/kNTeiA7UrBN5KBwgPtUttw7dEzTlgJPfEnyevw4q8LEdXL6pIyv8 tftLwOG5af40yx7FLILcNNwAFWi2lLT6I6dtlbq5OD4Y5dZYcD+o2/BOdJTavOrm MRu5Mm51exsH8dGXJHjU =lOOf -----END PGP SIGNATURE-----
Hi Tom, On Fri, 17 Jan 2014 17:03:58 -0500, Tom Rini <trini@ti.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 01/17/2014 12:27 PM, Fabio Estevam wrote: > > Hi Tom, > > > > On Fri, Jan 17, 2014 at 7:26 AM, Stefano Babic <sbabic@denx.de> > > wrote: > >> Hi Albert, > >> > >> Commit 022298278 (mx6: soc: Disable VDDPU regulator) does not let > >> boot kernel with enabled GPU (i.MX6). It is unclear at the moment > >> if the fix should be done in U-Boot or in kernel, so it is better > >> to revert it for the release. Please pull from u-boot-imx, thanks > >> ! > > > > In case Albert does not have time to send you his pull request, > > could you please apply this one? > > If Albert doesn't have one up for it soon I will, yes, thanks. I'd prefer that you apply it directly -- I'm a bit busy right now. Amicalement,
On Fri, Jan 17, 2014 at 10:26:24AM +0100, Stefano Babic wrote: > Hi Albert, > > Commit 022298278 (mx6: soc: Disable VDDPU regulator) does not let boot > kernel with enabled GPU (i.MX6). It is unclear at the moment if the fix > should be done in U-Boot or in kernel, so it is better to revert it for > the release. Please pull from u-boot-imx, thanks ! > > The following changes since commit 3a21773129f6ef218f1978d05a1a5d5cf6801ab6: > > mx6: Add initial support for the Hummingboard solo (2014-01-15 > 10:33:25 +0100) > > are available in the git repository at: > > git://www.denx.de/git/u-boot-imx.git master > > for you to fetch changes up to be2a3bb39adf1fdd274fc427e30ef62eb86441a1: > > mx6: Revert "mx6: soc: Disable VDDPU regulator" (2014-01-17 10:16:48 > +0100) > > ---------------------------------------------------------------- > Fabio Estevam (1): > mx6: Revert "mx6: soc: Disable VDDPU regulator" > > arch/arm/cpu/armv7/mx6/soc.c | 41 > ------------------------------ > arch/arm/include/asm/arch-mx6/crm_regs.h | 1 - > arch/arm/include/asm/arch-mx6/imx-regs.h | 23 ----------------- > 3 files changed, 65 deletions(-) Applied to u-boot/master, thanks!