diff options
| author | Peng Fan <[email protected]> | 2021-08-07 16:00:56 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-08-09 14:46:51 +0200 |
| commit | 367ff4bc8461623234926c442c6560f323b87efa (patch) | |
| tree | 04d1c78ca140ecf0d9f992fc3869fa4a26c5757a /arch/arm/include | |
| parent | ba472a209b0086cb6e1e573a5e36f0d8ca912b50 (diff) | |
arm: imx8ulp: add rdc support
There is xrdc inside i.MX8ULP, we need to configure permission to make
sure AP non-secure world could access the resources.
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-imx8ulp/sys_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8ulp/sys_proto.h b/arch/arm/include/asm/arch-imx8ulp/sys_proto.h index a8f632f45e9..47ee46bdf4b 100644 --- a/arch/arm/include/asm/arch-imx8ulp/sys_proto.h +++ b/arch/arm/include/asm/arch-imx8ulp/sys_proto.h @@ -13,4 +13,6 @@ extern unsigned long rom_pointer[]; ulong spl_romapi_raw_seekable_read(u32 offset, u32 size, void *buf); ulong spl_romapi_get_uboot_base(u32 image_offset, u32 rom_bt_dev); enum bt_mode get_boot_mode(void); +int xrdc_config_pdac(u32 bridge, u32 index, u32 dom, u32 perm); +int xrdc_config_pdac_openacc(u32 bridge, u32 index); #endif |
