From 7a4a07e8e206187c5901b6da8a65018adae94dea Mon Sep 17 00:00:00 2001 From: stas Date: Tue, 21 Apr 2009 22:48:12 +0000 Subject: - Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc" respectivly. This will allow one to have a kernel with both devices present and use it for multiple boards with different types of RTC sitting on a bus. Discussed with: imp --- sys/arm/conf/CAMBRIA.hints | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arm/conf/CAMBRIA.hints') diff --git a/sys/arm/conf/CAMBRIA.hints b/sys/arm/conf/CAMBRIA.hints index 07db189..bed6d25 100644 --- a/sys/arm/conf/CAMBRIA.hints +++ b/sys/arm/conf/CAMBRIA.hints @@ -46,8 +46,8 @@ hint.ad7418.0.at="iicbus0" hint.ad7418.0.addr=0x50 # Dallas Semiconductor DS1672 RTC -hint.rtc.0.at="iicbus0" -hint.rtc.0.addr=0xd0 +hint.ds1672_rtc.0.at="iicbus0" +hint.ds1672_rtc.0.addr=0xd0 # USB is part of the chip hint.ehci.0.at="ixp0" -- cgit v1.1