public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx53loco: Fix PMIC name
@ 2012-12-11 16:36 Fabio Estevam
  2012-12-13  8:25 ` Stefano Babic
  2012-12-20 22:04 ` Robert Nelson
  0 siblings, 2 replies; 29+ messages in thread
From: Fabio Estevam @ 2012-12-11 16:36 UTC (permalink / raw)
  To: u-boot

commit c73368150 (pmic: Extend PMIC framework to support multiple instances 
of PMIC devices) has incorrectly passed the PMIC name under the FSL PMIC case.

Fix that by passing "FSL_PMIC" as the parameter of pmic_get.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/freescale/mx53loco/mx53loco.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/freescale/mx53loco/mx53loco.c b/board/freescale/mx53loco/mx53loco.c
index 81c511c..2c8cb7a 100644
--- a/board/freescale/mx53loco/mx53loco.c
+++ b/board/freescale/mx53loco/mx53loco.c
@@ -374,7 +374,7 @@ static int power_init(void)
 		if (retval)
 			return retval;
 
-		p = pmic_get("DIALOG_PMIC");
+		p = pmic_get("FSL_PMIC");
 		if (!p)
 			return -ENODEV;
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2013-01-03 18:26 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-11 16:36 [U-Boot] [PATCH] mx53loco: Fix PMIC name Fabio Estevam
2012-12-13  8:25 ` Stefano Babic
2012-12-20 22:04 ` Robert Nelson
2012-12-22 12:51   ` Fabio Estevam
2012-12-26 15:02   ` Fabio Estevam
2012-12-26 15:07     ` Fabio Estevam
2012-12-26 15:21       ` Fabio Estevam
2012-12-26 15:51         ` Robert Nelson
2012-12-26 15:54           ` Fabio Estevam
2012-12-26 16:04             ` Robert Nelson
2012-12-26 16:50               ` Fabio Estevam
2012-12-26 17:08                 ` Robert Nelson
2012-12-26 17:21                   ` Fabio Estevam
2012-12-26 17:51                     ` Robert Nelson
2013-01-02 18:27                       ` Robert Nelson
2013-01-02 18:33                         ` Fabio Estevam
2013-01-02 19:42                           ` Troy Kisky
2013-01-02 19:58                             ` Robert Nelson
2013-01-02 20:02                               ` Fabio Estevam
2013-01-03  8:53                                 ` Stefano Babic
2013-01-03 13:25                                   ` Fabio Estevam
2013-01-03 13:30                                     ` Marek Vasut
2013-01-03 13:35                                       ` Fabio Estevam
2013-01-03 13:49                                         ` Marek Vasut
2013-01-03 14:07                                           ` Stefano Babic
2013-01-03 18:18                                             ` Troy Kisky
2013-01-03 18:26                                               ` Fabio Estevam
2013-01-03 14:30                                           ` Fabio Estevam
2013-01-03 14:02                                     ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox