diff options
| author | Tony Lindgren <tony@atomide.com> | 2019-08-14 08:18:16 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2019-08-26 11:33:24 -0400 |
| commit | d7f563db7794a6a271b6e9dd6e65a437d6a1d933 (patch) | |
| tree | d2fb1d5b9d766f14a12ad783d5c41fc1110dc24f /include/linux/platform_data/ti-sysc.h | |
| parent | c6e78d701966b94370fc114209c87c9345993af0 (diff) | |
bus: ti-sysc: Add module enable quirk for SGX on omap36xx
Add module enable quirk for SGX needed on omap36xx.
Cc: Adam Ford <aford173@gmail.com>
Cc: Filip Matijević <filip.matijevic.pz@gmail.com>
Cc: "H. Nikolaus Schaller" <hns@goldelico.com>
Cc: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Cc: moaz korena <moaz@korena.xyz>
Cc: Merlijn Wajer <merlijn@wizzup.org>
Cc: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
Cc: Philipp Rossak <embed3d@gmail.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/platform_data/ti-sysc.h')
| -rw-r--r-- | include/linux/platform_data/ti-sysc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/ti-sysc.h b/include/linux/platform_data/ti-sysc.h index 1a0905435b32..b5b7a3423ca8 100644 --- a/include/linux/platform_data/ti-sysc.h +++ b/include/linux/platform_data/ti-sysc.h | |||
| @@ -49,6 +49,7 @@ struct sysc_regbits { | |||
| 49 | s8 emufree_shift; | 49 | s8 emufree_shift; |
| 50 | }; | 50 | }; |
| 51 | 51 | ||
| 52 | #define SYSC_MODULE_QUIRK_SGX BIT(18) | ||
| 52 | #define SYSC_MODULE_QUIRK_HDQ1W BIT(17) | 53 | #define SYSC_MODULE_QUIRK_HDQ1W BIT(17) |
| 53 | #define SYSC_MODULE_QUIRK_I2C BIT(16) | 54 | #define SYSC_MODULE_QUIRK_I2C BIT(16) |
| 54 | #define SYSC_MODULE_QUIRK_WDT BIT(15) | 55 | #define SYSC_MODULE_QUIRK_WDT BIT(15) |
