mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "ipq5018: Add SDI disable support."
This commit is contained in:
commit
c1ece2b859
1 changed files with 5 additions and 0 deletions
|
|
@ -1738,3 +1738,8 @@ int get_soc_hw_version(void)
|
|||
{
|
||||
return readl(TCSR_SOC_HW_VERSION_REG);
|
||||
}
|
||||
|
||||
void sdi_disable(void)
|
||||
{
|
||||
qca_scm_sdi();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue