mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
ARM: OMAP5/DRA7: Move ABB TXDONE mask to voltage structure
ABB TX_DONE mask will vary depending on ABB module. For example, 3630 never had ABB on IVA domain, while OMAP5 does use ABB on MM domain, DRA7 has it on all domains with the exception of CORE, RTC. Hence, move the txdone mask definition over to structure describing voltage domain. Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
2d9d057be6
commit
3708e78c33
4 changed files with 8 additions and 2 deletions
|
@ -540,6 +540,8 @@ struct volts {
|
|||
u32 addr;
|
||||
struct volts_efuse_data efuse;
|
||||
struct pmic_data *pmic;
|
||||
|
||||
u32 abb_tx_done_mask;
|
||||
};
|
||||
|
||||
struct vcores_data {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue