diff options
| author | Tony Lindgren <tony@atomide.com> | 2019-03-22 10:49:30 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2019-04-01 10:38:38 -0400 |
| commit | 386cb76681ca6248878c7b76d3d5aa0e8b8a07bb (patch) | |
| tree | 73aadd61b4c5deb9a927c684b9d25a00c59dbaa0 /include/linux/platform_data/ti-sysc.h | |
| parent | aaa29bb01cc4bf5a87dbdb219efba3b09f259d8e (diff) | |
bus: ti-sysc: Handle missed no-idle property in addition to no-idle-on-init
We have ti,no-idle in use in addition to ti,no-idle-on-init but we're
missing handling for it in the ti-sysc interconnect target module driver.
Let's also group the idle defines together and update the binding
documentation for it.
Cc: devicetree@vger.kernel.org
Reviewed-by: Rob Herring <robh@kernel.org>
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/platform_data/ti-sysc.h b/include/linux/platform_data/ti-sysc.h index 1ea3aab972b4..fa97b8c5d26d 100644 --- a/include/linux/platform_data/ti-sysc.h +++ b/include/linux/platform_data/ti-sysc.h | |||
| @@ -46,8 +46,9 @@ struct sysc_regbits { | |||
| 46 | s8 emufree_shift; | 46 | s8 emufree_shift; |
| 47 | }; | 47 | }; |
| 48 | 48 | ||
| 49 | #define SYSC_QUIRK_LEGACY_IDLE BIT(8) | 49 | #define SYSC_QUIRK_LEGACY_IDLE BIT(9) |
| 50 | #define SYSC_QUIRK_RESET_STATUS BIT(7) | 50 | #define SYSC_QUIRK_RESET_STATUS BIT(8) |
| 51 | #define SYSC_QUIRK_NO_IDLE BIT(7) | ||
| 51 | #define SYSC_QUIRK_NO_IDLE_ON_INIT BIT(6) | 52 | #define SYSC_QUIRK_NO_IDLE_ON_INIT BIT(6) |
| 52 | #define SYSC_QUIRK_NO_RESET_ON_INIT BIT(5) | 53 | #define SYSC_QUIRK_NO_RESET_ON_INIT BIT(5) |
| 53 | #define SYSC_QUIRK_OPT_CLKS_NEEDED BIT(4) | 54 | #define SYSC_QUIRK_OPT_CLKS_NEEDED BIT(4) |
