Skip to content

Commit

Permalink
ARM: shmobile: marzen: fixup regulator id for smsc911x
Browse files Browse the repository at this point in the history
regulator id = 0 is used for sh_mobile_sdhi.
smsc911x's regulator can use id = 1

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
  • Loading branch information
Kuninori Morimoto authored and Simon Horman committed Sep 6, 2012
1 parent 894cda1 commit 90b85af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/board-marzen.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static void __init marzen_init(void)
{
regulator_register_always_on(0, "fixed-3.3V", fixed3v3_power_consumers,
ARRAY_SIZE(fixed3v3_power_consumers), 3300000);
regulator_register_fixed(0, dummy_supplies,
regulator_register_fixed(1, dummy_supplies,
ARRAY_SIZE(dummy_supplies));

r8a7779_pinmux_init();
Expand Down

0 comments on commit 90b85af

Please sign in to comment.