The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 1/3] set the correct driver for the i2c RTC
@ 2023-03-16 23:40 1000001101000
  2023-03-16 23:40 ` [PATCH 2/3] add code to enable XOR and CRYPTO engines on mv78xx0 devices enable XOR and CRYTO engines in ts-wxl 1000001101000
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: 1000001101000 @ 2023-03-16 23:40 UTC (permalink / raw)
  To: linux-kernel, arnd; +Cc: Jeremy J . Peper

From: Jeremy J. Peper <jeremy@jeremypeper.com>

---
 arch/arm/mach-mv78xx0/buffalo-wxl-setup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c b/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c
index 383dc6eab..c3f6dc351 100644
--- a/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c
+++ b/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c
@@ -39,7 +39,7 @@ static struct mv_sata_platform_data db78x00_sata_data = {
 };
 
 static struct i2c_board_info __initdata db78x00_i2c_rtc = {
-	I2C_BOARD_INFO("ds1338", 0x68),
+	I2C_BOARD_INFO("rs5c372a", 0x32),
 };
 
 
-- 
2.30.2


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

end of thread, other threads:[~2023-03-17  7:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-16 23:40 [PATCH 1/3] set the correct driver for the i2c RTC 1000001101000
2023-03-16 23:40 ` [PATCH 2/3] add code to enable XOR and CRYPTO engines on mv78xx0 devices enable XOR and CRYTO engines in ts-wxl 1000001101000
2023-03-16 23:40 ` [PATCH 3/3] fix entries for gpios, buttons and usb ports 1000001101000
2023-03-17  7:33 ` [PATCH 1/3] set the correct driver for the i2c RTC Pavel Machek

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