mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
Merge "board: arm: ipq6018: Add atf crypto fixup support"
This commit is contained in:
commit
0b13199a07
1 changed files with 6 additions and 0 deletions
|
|
@ -1286,6 +1286,12 @@ void fdt_fixup_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/dma@704000") >= 0) {
|
||||
parse_fdt_fixup("/soc/dma@704000%qcom,controlled-remotely%0",
|
||||
blob);
|
||||
parse_fdt_fixup("/soc/dma@704000%qti,config-pipe-trust-reg%2",
|
||||
blob);
|
||||
}
|
||||
}
|
||||
|
||||
int get_soc_hw_version(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue