bus: ti-sysc: Add quirk handling for reset on re-init
At least am335x gpmc module needs a reset in addition to re-init on resume. Let's add a quirk handling for reset on re-init. Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
9d88136120
commit
6a52bc2b81
2 changed files with 11 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ struct sysc_regbits {
|
|||
s8 emufree_shift;
|
||||
};
|
||||
|
||||
#define SYSC_QUIRK_RESET_ON_CTX_LOST BIT(29)
|
||||
#define SYSC_QUIRK_REINIT_ON_CTX_LOST BIT(28)
|
||||
#define SYSC_QUIRK_REINIT_ON_RESUME BIT(27)
|
||||
#define SYSC_QUIRK_GPMC_DEBUG BIT(26)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue