MLK-11064 imx: mx6qp: Adjust AQos settings for peripherals
To resolve USB camera bandwidth issue, the patch sets recommended AQoS setting from IC team value for peripheral and only on imx6qp. The address is: 0xbb0608, the value is: 0x80000201 Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 11906c712a52e7a20caf71d7c5da4e951a59db29) (cherry picked from commit 5dcf073b8f2479a2adbb8d9fb03d9c9c70664e32)
This commit is contained in:
parent
2d7e33530f
commit
c4ebac1b9a
|
|
@ -485,6 +485,9 @@ int arch_cpu_init(void)
|
|||
|
||||
init_src();
|
||||
|
||||
if (is_mx6dqp())
|
||||
writel(0x80000201, 0xbb0608);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue