Merge "ipq5018: Add SDI disable support."

This commit is contained in:
Linux Build Service Account 2020-09-09 11:06:44 -07:00 committed by Gerrit - the friendly Code Review server
commit c1ece2b859

View file

@ -1738,3 +1738,8 @@ int get_soc_hw_version(void)
{
return readl(TCSR_SOC_HW_VERSION_REG);
}
void sdi_disable(void)
{
qca_scm_sdi();
}