Re: [U-Boot] [PATCH] mx6sabreauto: Fix IOMUXC_GPR6 and IOMUXC_GPR7 values

2017-08-16 Thread Stefano Babic
On 02/08/2017 19:08, Breno Lima wrote: > The IPU AXI QoS for the i.MX6QP and i.MX6DP processors have to be set as > commented in the code: > /* set IPU AXI-id1 Qos=0x1 AXI-id0/2/3 Qos=0x7 */ > > Set IOMUXC_GPR6 and IOMUXC_GPR7 to 0x77177717 instead of 0x007F007F. > > Signed-off-by: Breno Lima

[U-Boot] [PATCH] mx6sabreauto: Fix IOMUXC_GPR6 and IOMUXC_GPR7 values

2017-08-02 Thread Breno Lima
The IPU AXI QoS for the i.MX6QP and i.MX6DP processors have to be set as commented in the code: /* set IPU AXI-id1 Qos=0x1 AXI-id0/2/3 Qos=0x7 */ Set IOMUXC_GPR6 and IOMUXC_GPR7 to 0x77177717 instead of 0x007F007F. Signed-off-by: Breno Lima ---