mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "ipq6018: update q6v5 node fdt fixup for atf"
This commit is contained in:
commit
1f03ea71ae
1 changed files with 6 additions and 2 deletions
|
|
@ -1445,8 +1445,12 @@ void fdt_fixup_set_qca_cold_reboot_enable(void *blob)
|
|||
|
||||
void fdt_fixup_wcss_rproc_for_atf(void *blob)
|
||||
{
|
||||
parse_fdt_fixup("/soc/qcom_q6v5_wcss@CD00000%qcom,nosecure%1", blob);
|
||||
parse_fdt_fixup("/soc/qcom_q6v5_wcss@CD00000%qca,wcss-aon-reset-seq%1", blob);
|
||||
if (fdt_path_offset(blob, "/soc/remoteproc@cd00000") >= 0)
|
||||
parse_fdt_fixup("/soc/remoteproc@cd00000%qcom,nosecure%1", blob);
|
||||
else {
|
||||
parse_fdt_fixup("/soc/qcom_q6v5_wcss@CD00000%qcom,nosecure%1", blob);
|
||||
parse_fdt_fixup("/soc/qcom_q6v5_wcss@CD00000%qca,wcss-aon-reset-seq%1", blob);
|
||||
}
|
||||
}
|
||||
|
||||
int get_soc_hw_version(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue