From 89144007506f462a26da6b9c59aa52db08a0abc9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 21 Nov 2015 07:14:36 -0600 Subject: [PATCH] PCF85163: Correct I2C address --- arch | 2 +- configs | 2 +- drivers/timers/pcf85263.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch b/arch index 676240da11..b417eaa97e 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 676240da1156f13127dea95216f164d6ab4a766b +Subproject commit b417eaa97e68b4dfe81bb3515a68d53ffa00233b diff --git a/configs b/configs index 2a5172fbb3..680f486f3d 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 2a5172fbb37ada3f8119c99af34a1bbf70120ee3 +Subproject commit 680f486f3d31e64277ea651abf4daae13e62f188 diff --git a/drivers/timers/pcf85263.c b/drivers/timers/pcf85263.c index b2ee0bf172..8d5db98e6d 100644 --- a/drivers/timers/pcf85263.c +++ b/drivers/timers/pcf85263.c @@ -79,7 +79,7 @@ # error CONFIG_PCF85263_I2C_FREQUENCY is out of range #endif -#define PCF85263_I2C_ADDRESS 0x68 +#define PCF85263_I2C_ADDRESS 0x51 #ifndef CONFIG_DEBUG # undef CONFIG_DEBUG_RTC