[PATCH 2/2] ARM: S5PC110: add power consumers for hsotg for Goni board
Kukjin Kim
kgene.kim at samsung.com
Wed Feb 23 05:27:05 EST 2011
Marek Szyprowski wrote:
>
> This patch adds definitions for power consumers for s3c-hsotg driver
> on Goni board. The consumers are defined as arrays, because later more
> entries for MIPI and ADC will be defined.
>
> Signed-off-by: Marek Szyprowski <m.szyprowski at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> ---
> arch/arm/mach-s5pv210/mach-goni.c | 14 ++++++++++++++
> 1 files changed, 14 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-s5pv210/mach-goni.c
b/arch/arm/mach-s5pv210/mach-
> goni.c
> index 10f754b..796625c 100644
> --- a/arch/arm/mach-s5pv210/mach-goni.c
> +++ b/arch/arm/mach-s5pv210/mach-goni.c
> @@ -269,10 +269,18 @@ static void __init goni_tsp_init(void)
> /* MAX8998 regulators */
> #if defined(CONFIG_REGULATOR_MAX8998) ||
> defined(CONFIG_REGULATOR_MAX8998_MODULE)
>
> +static struct regulator_consumer_supply goni_ldo3_consumers[] = {
> + REGULATOR_SUPPLY("vusb_a", "s3c-hsotg"),
> +};
> +
> static struct regulator_consumer_supply goni_ldo5_consumers[] = {
> REGULATOR_SUPPLY("vmmc", "s3c-sdhci.0"),
> };
>
> +static struct regulator_consumer_supply goni_ldo8_consumers[] = {
> + REGULATOR_SUPPLY("vusb_d", "s3c-hsotg"),
> +};
> +
> static struct regulator_init_data goni_ldo2_data = {
> .constraints = {
> .name = "VALIVE_1.1V",
> @@ -292,7 +300,10 @@ static struct regulator_init_data goni_ldo3_data = {
> .min_uV = 1100000,
> .max_uV = 1100000,
> .apply_uV = 1,
> + .valid_ops_mask = REGULATOR_CHANGE_STATUS,
> },
> + .num_consumer_supplies = ARRAY_SIZE(goni_ldo3_consumers),
> + .consumer_supplies = goni_ldo3_consumers,
> };
>
> static struct regulator_init_data goni_ldo4_data = {
> @@ -341,7 +352,10 @@ static struct regulator_init_data goni_ldo8_data = {
> .min_uV = 3300000,
> .max_uV = 3300000,
> .apply_uV = 1,
> + .valid_ops_mask = REGULATOR_CHANGE_STATUS,
> },
> + .num_consumer_supplies = ARRAY_SIZE(goni_ldo8_consumers),
> + .consumer_supplies = goni_ldo8_consumers,
> };
>
> static struct regulator_init_data goni_ldo9_data = {
> --
Ok...will apply :)
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
More information about the linux-arm-kernel
mailing list