Re: [U-Boot] [PATCH v3] ARM: tegra: Disable VPR

2014-07-01 Thread Alexandre Courbot
Tom, is this patch ok for you? If yes, do you plan to merge it? On Sat, Jun 28, 2014 at 1:21 AM, Thierry Reding wrote: > On Tue, Jun 24, 2014 at 11:45:29AM +0900, Alexandre Courbot wrote: >> From: Bryan Wu >> >> On Tegra114 and Tegra124 platforms, certain display-related registers cannot >> be a

Re: [U-Boot] [PATCH v3] ARM: tegra: Disable VPR

2014-06-27 Thread Thierry Reding
On Tue, Jun 24, 2014 at 11:45:29AM +0900, Alexandre Courbot wrote: > From: Bryan Wu > > On Tegra114 and Tegra124 platforms, certain display-related registers cannot > be accessed unless the VPR registers are programmed. For bootloader, we > probably don't care about VPR, so we disable it (which

[U-Boot] [PATCH v3] ARM: tegra: Disable VPR

2014-06-23 Thread Alexandre Courbot
From: Bryan Wu On Tegra114 and Tegra124 platforms, certain display-related registers cannot be accessed unless the VPR registers are programmed. For bootloader, we probably don't care about VPR, so we disable it (which counts as programming it, and allows those display-related registers to be ac