]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mx6sabresd/mx6sabresd.c
Merge git://www.denx.de/git/u-boot-imx
[people/ms/u-boot.git] / board / freescale / mx6sabresd / mx6sabresd.c
index 19aa6f44d01a90df0dc17ba341a23dd298c11ed0..9a562b3424da0d7754e9a0dfcf807c83b2e9fbb7 100644 (file)
@@ -755,8 +755,8 @@ static void gpr_init(void)
        writel(0xF00000CF, &iomux->gpr[4]);
        if (is_mx6dqp()) {
                /* set IPU AXI-id1 Qos=0x1 AXI-id0/2/3 Qos=0x7 */
-               writel(0x007F007F, &iomux->gpr[6]);
-               writel(0x007F007F, &iomux->gpr[7]);
+               writel(0x77177717, &iomux->gpr[6]);
+               writel(0x77177717, &iomux->gpr[7]);
        } else {
                /* set IPU AXI-id0 Qos=0xf(bypass) AXI-id1 Qos=0x7 */
                writel(0x007F007F, &iomux->gpr[6]);