Merge "Revert "ipq5018: Disable secure pil for ATF""

This commit is contained in:
Linux Build Service Account 2020-08-19 16:37:10 -07:00 committed by Gerrit - the friendly Code Review server
commit 558a97b041

View file

@ -1657,19 +1657,6 @@ void board_pci_deinit()
}
#endif
void fdt_fixup_wcss_rproc_for_atf(void *blob)
{
/*
* Set q6 in non-secure mode only if ATF is enable
*/
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);
/*
* Set btss in non-secure mode only if ATF is enable
*/
parse_fdt_fixup("/soc/bt@7000000%qcom,nosecure%1", blob);
}
void fdt_fixup_qpic(void *blob)
{
int node_off, ret;