From b4b060066f158a461780dfb06a042bb6351a2b3c Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Wed, 23 Nov 2016 13:25:28 +0530 Subject: ARM: OMAP4+: Add support for getting pbias info from board Palmas driver assumes it is always TPS659xx regulator on all DRA7xx based boards to enable mmc regulator. This is not true always like in case of DRA71x-evm. So get this information based on the board. Signed-off-by: Lokesh Vutla Signed-off-by: Vignesh R Signed-off-by: Nishanth Menon Reviewed-by: Tom Rini [trini: Delete omap4_vmmc_pbias_config from omap_hsmmc.c] Signed-off-by: Tom Rini --- arch/arm/include/asm/omap_mmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/include/asm/omap_mmc.h') diff --git a/arch/arm/include/asm/omap_mmc.h b/arch/arm/include/asm/omap_mmc.h index b69d0731e1..f2bf645b33 100644 --- a/arch/arm/include/asm/omap_mmc.h +++ b/arch/arm/include/asm/omap_mmc.h @@ -167,5 +167,5 @@ struct hsmmc { int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max, int cd_gpio, int wp_gpio); - +void vmmc_pbias_config(uint voltage); #endif /* OMAP_MMC_H_ */ -- cgit v1.2.3