forked from Imagelibrary/rtems
beatnik/include/bsp.h: Fix eeprom/ds1621 device names
The device names were using ', ' in place of '.'. It seems like this was a mistake made during a refactor.
This commit is contained in:
committed by
Jeremy Lorelli
parent
b6534f3047
commit
2623dac93c
@@ -151,11 +151,11 @@ extern void BSP_motload_pci_fixup(void);
|
||||
#define BSP_I2C_THM_NAME BSP_I2C_DS1621_NAME
|
||||
#define BSP_I2C_DS1621_RAW_NAME "ds1621-raw"
|
||||
|
||||
#define BSP_I2C_VPD_EEPROM_DEV_NAME (BSP_I2C_BUS0_NAME ", " BSP_I2C_VPD_EEPROM_NAME)
|
||||
#define BSP_I2C_USR_EEPROM_DEV_NAME (BSP_I2C_BUS0_NAME ", " BSP_I2C_USR_EEPROM_NAME)
|
||||
#define BSP_I2C_DS1621_DEV_NAME (BSP_I2C_BUS0_NAME ", " BSP_I2C_DS1621_NAME)
|
||||
#define BSP_I2C_VPD_EEPROM_DEV_NAME (BSP_I2C_BUS0_NAME "." BSP_I2C_VPD_EEPROM_NAME)
|
||||
#define BSP_I2C_USR_EEPROM_DEV_NAME (BSP_I2C_BUS0_NAME "." BSP_I2C_USR_EEPROM_NAME)
|
||||
#define BSP_I2C_DS1621_DEV_NAME (BSP_I2C_BUS0_NAME "." BSP_I2C_DS1621_NAME)
|
||||
#define BSP_I2C_THM_DEV_NAME BSP_I2C_DS1621_DEV_NAME
|
||||
#define BSP_I2C_DS1621_RAW_DEV_NAME (BSP_I2C_BUS0_NAME ", " BSP_I2C_DS1621_RAW_NAME)
|
||||
#define BSP_I2C_DS1621_RAW_DEV_NAME (BSP_I2C_BUS0_NAME "." BSP_I2C_DS1621_RAW_NAME)
|
||||
|
||||
|
||||
/* Initialize the I2C driver and register all devices
|
||||
|
||||
Reference in New Issue
Block a user