summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx8ulp
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2021-10-29 04:46:23 +0300
committerStefano Babic <sbabic@denx.de>2022-02-05 15:38:38 +0300
commitbd8b673003078309341c81b6a059f3bdebd81c4b (patch)
tree1c662fc601d5ab54b28f94d4a8b2e7c823078648 /arch/arm/include/asm/arch-imx8ulp
parent16062f9b0a566cfa07fed21aef183608de6da50e (diff)
downloadu-boot-bd8b673003078309341c81b6a059f3bdebd81c4b.tar.xz
imx8ulp: Fix DCNANO QoS setting
The setting does not have effect because we should set it after power on the PS16 for NIC AV. So move it after upower_init which has powered on all PS Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx8ulp')
-rw-r--r--arch/arm/include/asm/arch-imx8ulp/sys_proto.h1
1 files changed, 1 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 1a142dce72..8e2c6ed0ce 100644
--- a/arch/arm/include/asm/arch-imx8ulp/sys_proto.h
+++ b/arch/arm/include/asm/arch-imx8ulp/sys_proto.h
@@ -16,4 +16,5 @@ 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);
enum boot_device get_boot_device(void);
+void set_lpav_qos(void);
#endif