scsi: ufs: disable vccq if it's not needed by UFS device
Some UFS devices don't require VCCQ rail for device operations hence this change adds support to recognize such devices and remove vote for the unused VCCQ rail. Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org> Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committad av
Martin K. Petersen

förälder
c58ab7aab7
incheckning
60f0187031
@@ -501,6 +501,7 @@ struct ufs_vreg {
|
||||
struct regulator *reg;
|
||||
const char *name;
|
||||
bool enabled;
|
||||
bool unused;
|
||||
int min_uV;
|
||||
int max_uV;
|
||||
int min_uA;
|
||||
|
Referens i nytt ärende
Block a user