diff options
Diffstat (limited to 'drivers/bcma/driver_chipcommon_pmu.c')
-rw-r--r-- | drivers/bcma/driver_chipcommon_pmu.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/bcma/driver_chipcommon_pmu.c b/drivers/bcma/driver_chipcommon_pmu.c index 8b8f2f3862a2..201faf106b3f 100644 --- a/drivers/bcma/driver_chipcommon_pmu.c +++ b/drivers/bcma/driver_chipcommon_pmu.c | |||
@@ -76,7 +76,10 @@ static void bcma_pmu_resources_init(struct bcma_drv_cc *cc) | |||
76 | if (max_msk) | 76 | if (max_msk) |
77 | bcma_cc_write32(cc, BCMA_CC_PMU_MAXRES_MSK, max_msk); | 77 | bcma_cc_write32(cc, BCMA_CC_PMU_MAXRES_MSK, max_msk); |
78 | 78 | ||
79 | /* Add some delay; allow resources to come up and settle. */ | 79 | /* |
80 | * Add some delay; allow resources to come up and settle. | ||
81 | * Delay is required for SoC (early init). | ||
82 | */ | ||
80 | mdelay(2); | 83 | mdelay(2); |
81 | } | 84 | } |
82 | 85 | ||