1
0
Fork 0

ARM: shmobile: marzen: fixup regulator id for smsc911x

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>
hifive-unleashed-5.1
Kuninori Morimoto 2012-08-29 18:58:15 -07:00 committed by Simon Horman
parent 894cda18de
commit 90b85afcba
1 changed files with 1 additions and 1 deletions

View File

@ -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();