diff options
Diffstat (limited to 'include/linux/platform_data')
| -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 7d009dc08a54..1a0905435b32 100644 --- a/include/linux/platform_data/ti-sysc.h +++ b/include/linux/platform_data/ti-sysc.h | |||
| @@ -72,7 +72,7 @@ struct sysc_regbits { | |||
| 72 | 72 | ||
| 73 | /** | 73 | /** |
| 74 | * struct sysc_capabilities - capabilities for an interconnect target module | 74 | * struct sysc_capabilities - capabilities for an interconnect target module |
| 75 | * | 75 | * @type: sysc type identifier for the module |
| 76 | * @sysc_mask: bitmask of supported SYSCONFIG register bits | 76 | * @sysc_mask: bitmask of supported SYSCONFIG register bits |
| 77 | * @regbits: bitmask of SYSCONFIG register bits | 77 | * @regbits: bitmask of SYSCONFIG register bits |
| 78 | * @mod_quirks: bitmask of module specific quirks | 78 | * @mod_quirks: bitmask of module specific quirks |
| @@ -87,8 +87,9 @@ struct sysc_capabilities { | |||
| 87 | /** | 87 | /** |
| 88 | * struct sysc_config - configuration for an interconnect target module | 88 | * struct sysc_config - configuration for an interconnect target module |
| 89 | * @sysc_val: configured value for sysc register | 89 | * @sysc_val: configured value for sysc register |
| 90 | * @syss_mask: configured mask value for SYSSTATUS register | ||
| 90 | * @midlemodes: bitmask of supported master idle modes | 91 | * @midlemodes: bitmask of supported master idle modes |
| 91 | * @sidlemodes: bitmask of supported master idle modes | 92 | * @sidlemodes: bitmask of supported slave idle modes |
| 92 | * @srst_udelay: optional delay needed after OCP soft reset | 93 | * @srst_udelay: optional delay needed after OCP soft reset |
| 93 | * @quirks: bitmask of enabled quirks | 94 | * @quirks: bitmask of enabled quirks |
| 94 | */ | 95 | */ |
