Browse Source

feat(imx93): update the ocram trdc config for did10

Update the ocram trdc config for DID10 to make sure NPU
can access the OCRAM. Need to fine tune the OCRAM config
in the future.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
Change-Id: Iaa8518e0bea2c3939292202c116bd08444e07698
pull/1999/head
Jacky Bai 2 years ago
parent
commit
eb76a2416a
  1. 3
      plat/imx/imx93/trdc_config.h

3
plat/imx/imx93/trdc_config.h

@ -184,6 +184,9 @@ struct trdc_mbc_config trdc_n_mbc[] = {
{ 0, 7, 1, MBC_BLK_ALL, 0, false }, /* MBC0 AIPS4 for eDMA DID7 */
{ 0, 7, 2, MBC_BLK_ALL, 0, false }, /* MBC0 MEDIAMIX for eDMA DID7 */
{ 0, 7, 3, MBC_BLK_ALL, 0, false }, /* MBC0 HSIOMIX for eDMA DID7 */
{ 3, 10, 0, MBC_BLK_ALL, 0, false }, /* MBC3 OCRAM for DID10 */
{ 3, 10, 1, MBC_BLK_ALL, 0, false }, /* MBC3 OCRAM for DID10 */
};
struct trdc_glbac_config trdc_n_mrc_glbac[] = {

Loading…
Cancel
Save