diff options
Diffstat (limited to 'drivers/ata/ahci.h')
| -rw-r--r-- | drivers/ata/ahci.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h index 6a1515f0da40..ef356e70e6de 100644 --- a/drivers/ata/ahci.h +++ b/drivers/ata/ahci.h @@ -352,6 +352,8 @@ struct ahci_host_priv {  	struct clk		*clks[AHCI_MAX_CLKS]; /* Optional */  	struct reset_control	*rsts;		/* Optional */  	struct regulator	**target_pwrs;	/* Optional */ +	struct regulator	*ahci_regulator;/* Optional */ +	struct regulator	*phy_regulator;/* Optional */  	/*  	 * If platform uses PHYs. There is a 1:1 relation between the port number and  	 * the PHY position in this array. |