From 1895838e7a3807a6fce324f0dfed193a3821f6df Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 7 Aug 2018 12:23:16 +0200 Subject: src/drivers: Fix typo Change-Id: I9144937b72a98517cbd41c093cff7bad543b4140 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27916 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/drivers/ti/tps65913/tps65913rtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/ti/tps65913') diff --git a/src/drivers/ti/tps65913/tps65913rtc.c b/src/drivers/ti/tps65913/tps65913rtc.c index 0c19b160bf..b25fe3590f 100644 --- a/src/drivers/ti/tps65913/tps65913rtc.c +++ b/src/drivers/ti/tps65913/tps65913rtc.c @@ -29,7 +29,7 @@ enum TPS65913_RTC_REG { TPS65913_WEEKS_REG = 0x06, TPS65913_RTC_CTRL_REG = 0x10, TPS65913_RTC_STATUS_REG = 0x11, - TPS65913_RTC_INTERRUPS_REG = 0x12, + TPS65913_RTC_INTERRUPTS_REG = 0x12, }; enum { -- cgit v1.2.3