@ -61,7 +61,7 @@ static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
static void rtc32k_enable ( void )
static void rtc32k_enable ( void )
{
{
struct rtc_regs * rtc = ( struct rtc_regs * ) AM335X_ RTC_BASE;
struct rtc_regs * rtc = ( struct rtc_regs * ) RTC_BASE ;
/*
/*
* Unlock the RTC ' s registers . For more details please see the
* Unlock the RTC ' s registers . For more details please see the
@ -199,8 +199,8 @@ static struct cpsw_slave_data cpsw_slaves[] = {
} ;
} ;
static struct cpsw_platform_data cpsw_data = {
static struct cpsw_platform_data cpsw_data = {
. mdio_base = AM335X_ CPSW_MDIO_BASE,
. mdio_base = CPSW_MDIO_BASE ,
. cpsw_base = AM335X_ CPSW_BASE,
. cpsw_base = CPSW_BASE ,
. mdio_div = 0xff ,
. mdio_div = 0xff ,
. channels = 8 ,
. channels = 8 ,
. cpdma_reg_ofs = 0x800 ,
. cpdma_reg_ofs = 0x800 ,