Searched hist:"4 e8b7544b796c4a8d4513b4070716ce42bfba840" (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/rtc/ |
H A D | mc13xxx-rtc.c | 4e8b7544b796c4a8d4513b4070716ce42bfba840 Mon Oct 24 01:44:15 CDT 2011 Fabio Estevam <fabio.estevam@freescale.com> rtc: Make mc13783-rtc driver generic
Rename mc13783-rtc so that it can be used for both MC13783 and MC13892 PMICs.
efikamx board, for example, does use a MC13892 PMIC, but the RTC selection is currently made as:
#define CONFIG_RTC_MC13783
,which is not very obvious.
Let the MC13783 and MC13892 RTC be selected by:
#define CONFIG_RTC_MC13XXX
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
|
H A D | Makefile | 4e8b7544b796c4a8d4513b4070716ce42bfba840 Mon Oct 24 01:44:15 CDT 2011 Fabio Estevam <fabio.estevam@freescale.com> rtc: Make mc13783-rtc driver generic
Rename mc13783-rtc so that it can be used for both MC13783 and MC13892 PMICs.
efikamx board, for example, does use a MC13892 PMIC, but the RTC selection is currently made as:
#define CONFIG_RTC_MC13783
,which is not very obvious.
Let the MC13783 and MC13892 RTC be selected by:
#define CONFIG_RTC_MC13XXX
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
|
/openbmc/u-boot/include/configs/ |
H A D | mx31pdk.h | 4e8b7544b796c4a8d4513b4070716ce42bfba840 Mon Oct 24 01:44:15 CDT 2011 Fabio Estevam <fabio.estevam@freescale.com> rtc: Make mc13783-rtc driver generic
Rename mc13783-rtc so that it can be used for both MC13783 and MC13892 PMICs.
efikamx board, for example, does use a MC13892 PMIC, but the RTC selection is currently made as:
#define CONFIG_RTC_MC13783
,which is not very obvious.
Let the MC13783 and MC13892 RTC be selected by:
#define CONFIG_RTC_MC13XXX
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
|
/openbmc/u-boot/ |
H A D | README | 4e8b7544b796c4a8d4513b4070716ce42bfba840 Mon Oct 24 01:44:15 CDT 2011 Fabio Estevam <fabio.estevam@freescale.com> rtc: Make mc13783-rtc driver generic
Rename mc13783-rtc so that it can be used for both MC13783 and MC13892 PMICs.
efikamx board, for example, does use a MC13892 PMIC, but the RTC selection is currently made as:
#define CONFIG_RTC_MC13783
,which is not very obvious.
Let the MC13783 and MC13892 RTC be selected by:
#define CONFIG_RTC_MC13XXX
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
|