mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 09:17:08 +00:00
[Quanta-IX8] Update platform driver and ONLP:
1. Fix pca9698 address issue
This commit is contained in:
@@ -213,7 +213,7 @@ static struct pca953x_platform_data pca9698_2_data = {
|
||||
};
|
||||
//CPU Board pca9555
|
||||
static struct pca953x_platform_data pca9555_CPU_data = {
|
||||
.gpio_base = 0x40,
|
||||
.gpio_base = 0x48,
|
||||
};
|
||||
static struct i2c_board_info ix8_i2c_devices[] = {
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#define QUANTA_IX8_I2C_GPIO_BASE 0x10
|
||||
|
||||
#define QUANTA_IX8_I2C_GPIO_CPU_BASE 0x40
|
||||
#define QUANTA_IX8_I2C_GPIO_CPU_BASE 0x48
|
||||
|
||||
#define QUANTA_IX8_CPU_BOARD_GPIO_BASE (QUANTA_IX8_I2C_GPIO_CPU_BASE)
|
||||
#define QUANTA_IX8_CPU_BOARD_SYS_P1 (QUANTA_IX8_CPU_BOARD_GPIO_BASE + QUANTA_IX8_PCA953x_GPIO(1,2))
|
||||
|
||||
Reference in New Issue
Block a user