|
@@ -616,6 +616,7 @@ struct omap_hwmod_link {
|
|
|
* @voltdm: pointer to voltage domain (filled in at runtime)
|
|
|
* @dev_attr: arbitrary device attributes that can be passed to the driver
|
|
|
* @_sysc_cache: internal-use hwmod flags
|
|
|
+ * @mpu_rt_idx: index of device address space for register target (for DT boot)
|
|
|
* @_mpu_rt_va: cached register target start address (internal use)
|
|
|
* @_mpu_port: cached MPU register target slave (internal use)
|
|
|
* @opt_clks_cnt: number of @opt_clks
|
|
@@ -665,6 +666,7 @@ struct omap_hwmod {
|
|
|
struct list_head node;
|
|
|
struct omap_hwmod_ocp_if *_mpu_port;
|
|
|
u16 flags;
|
|
|
+ u8 mpu_rt_idx;
|
|
|
u8 response_lat;
|
|
|
u8 rst_lines_cnt;
|
|
|
u8 opt_clks_cnt;
|