Re: [U-Boot] [PATCH v2] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-19 Thread Fabio Estevam
Hi Stefano, On Mon, Nov 4, 2019 at 9:48 AM Stefano Babic wrote: > > On 04/11/19 13:44, Fabio Estevam wrote: > > The NoC registers on i.MX6QP needs to be configured, otherwise some > > usecases in the kernel behave incorrectly, such as rotation and resize. > > > > Currently the NoC registers are n

Re: [U-Boot] [PATCH v2] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-04 Thread Stefano Babic
On 04/11/19 13:44, Fabio Estevam wrote: > The NoC registers on i.MX6QP needs to be configured, otherwise some > usecases in the kernel behave incorrectly, such as rotation and resize. > > Currently the NoC registers are not configured in the kernel, so > configure them in U-Boot like it is done in

[U-Boot] [PATCH v2] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-04 Thread Fabio Estevam
The NoC registers on i.MX6QP needs to be configured, otherwise some usecases in the kernel behave incorrectly, such as rotation and resize. Currently the NoC registers are not configured in the kernel, so configure them in U-Boot like it is done in the NXP U-Boot tree. Signed-off-by: Fabio Esteva