commit | 7e41b3e2b0dd3b9202c3a5db156d3a187db53911 | [log] [tgz] |
---|---|---|
author | Breno Lima <breno.lima@nxp.com> | Wed Aug 02 14:03:49 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Wed Aug 16 11:43:15 2017 +0200 |
tree | 8b50586970a13e3d31e2098b2cacda8437cc7e0a | |
parent | 705d5d7b7be63eea1bc0b1177b5db58e19a2826e [diff] |
mx6sabresd: Fix IOMUXC_GPR6 and IOMUXC_GPR7 values 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 <breno.lima@nxp.com>