commit | 6efb613373d140685b3ac41111988326e241e7a6 | [log] [tgz] |
---|---|---|
author | Breno Lima <breno.lima@nxp.com> | Wed Aug 02 14:08:41 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Wed Aug 16 11:44:18 2017 +0200 |
tree | 5a3e7f6830182cd2ed249c4a89b5f069b28bb9df | |
parent | a500a3311529ca79cfd51f1e223e77a94c78fbf1 [diff] |
mx6sabreauto: 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>