@@ -2991,9 +2991,6 @@ static int _omap2xxx_wait_target_ready(struct omap_hwmod *oh)
2991
2991
if (oh -> flags & HWMOD_NO_IDLEST )
2992
2992
return 0 ;
2993
2993
2994
- if (!_find_mpu_rt_port (oh ))
2995
- return 0 ;
2996
-
2997
2994
/* XXX check module SIDLEMODE, hardreset status, enabled clocks */
2998
2995
2999
2996
return omap2xxx_cm_wait_module_ready (oh -> prcm .omap2 .module_offs ,
@@ -3018,9 +3015,6 @@ static int _omap3xxx_wait_target_ready(struct omap_hwmod *oh)
3018
3015
if (oh -> flags & HWMOD_NO_IDLEST )
3019
3016
return 0 ;
3020
3017
3021
- if (!_find_mpu_rt_port (oh ))
3022
- return 0 ;
3023
-
3024
3018
/* XXX check module SIDLEMODE, hardreset status, enabled clocks */
3025
3019
3026
3020
return omap3xxx_cm_wait_module_ready (oh -> prcm .omap2 .module_offs ,
@@ -3045,9 +3039,6 @@ static int _omap4_wait_target_ready(struct omap_hwmod *oh)
3045
3039
if (oh -> flags & HWMOD_NO_IDLEST || !oh -> clkdm )
3046
3040
return 0 ;
3047
3041
3048
- if (!_find_mpu_rt_port (oh ))
3049
- return 0 ;
3050
-
3051
3042
/* XXX check module SIDLEMODE, hardreset status */
3052
3043
3053
3044
return omap4_cminst_wait_module_ready (oh -> clkdm -> prcm_partition ,
@@ -3073,9 +3064,6 @@ static int _am33xx_wait_target_ready(struct omap_hwmod *oh)
3073
3064
if (oh -> flags & HWMOD_NO_IDLEST )
3074
3065
return 0 ;
3075
3066
3076
- if (!_find_mpu_rt_port (oh ))
3077
- return 0 ;
3078
-
3079
3067
/* XXX check module SIDLEMODE, hardreset status */
3080
3068
3081
3069
return am33xx_cm_wait_module_ready (oh -> clkdm -> cm_inst ,
0 commit comments