|
@@ -674,15 +674,6 @@ bool prcmu_has_arm_maxopp(void)
|
|
|
PRCM_AVS_ISMODEENABLE_MASK) == PRCM_AVS_ISMODEENABLE_MASK;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * prcmu_get_boot_status - PRCMU boot status checking
|
|
|
- * Returns: the current PRCMU boot status
|
|
|
- */
|
|
|
-int prcmu_get_boot_status(void)
|
|
|
-{
|
|
|
- return readb(tcdm_base + PRCM_BOOT_STATUS);
|
|
|
-}
|
|
|
-
|
|
|
/**
|
|
|
* prcmu_set_rc_a2p - This function is used to run few power state sequences
|
|
|
* @val: Value to be set, i.e. transition requested
|