]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/plat-omap/include/plat/omap_hwmod.h
OMAP2+: hwmod: use status bit info for reset line
[karo-tx-linux.git] / arch / arm / plat-omap / include / plat / omap_hwmod.h
index 5924ecdfb95a5f25ee77d791f38bc3ad4bf453d3..78f1cc88ff060aeb6ed05fd09af54aa94825a6c2 100644 (file)
@@ -124,6 +124,7 @@ struct omap_hwmod_dma_info {
  * struct omap_hwmod_rst_info - IPs reset lines use by hwmod
  * @name: name of the reset line (module local name)
  * @rst_shift: Offset of the reset bit
+ * @st_shift: Offset of the reset status bit (OMAP2/3 only)
  *
  * @name should be something short, e.g., "cpu0" or "rst". It is defined
  * locally to the hwmod.
@@ -131,6 +132,7 @@ struct omap_hwmod_dma_info {
 struct omap_hwmod_rst_info {
        const char      *name;
        u8              rst_shift;
+       u8              st_shift;
 };
 
 /**