| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mach-pxa/zylonite_pxa300.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | * Copyright (C) 2007 Marvell Internation Ltd. |
|---|
| 8 | 9 | * 2007-08-21: eric miao <eric.miao@marvell.com> |
|---|
| 9 | 10 | * initial version |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 12 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 13 | | - * published by the Free Software Foundation. |
|---|
| 14 | 11 | */ |
|---|
| 15 | 12 | |
|---|
| 16 | 13 | #include <linux/module.h> |
|---|
| .. | .. |
|---|
| 230 | 227 | static struct i2c_board_info zylonite_i2c_board_info[] = { |
|---|
| 231 | 228 | { |
|---|
| 232 | 229 | .type = "pca9539", |
|---|
| 230 | + .dev_name = "pca9539-a", |
|---|
| 233 | 231 | .addr = 0x74, |
|---|
| 234 | 232 | .platform_data = &gpio_exp[0], |
|---|
| 235 | 233 | .irq = PXA_GPIO_TO_IRQ(18), |
|---|
| 236 | 234 | }, { |
|---|
| 237 | 235 | .type = "pca9539", |
|---|
| 236 | + .dev_name = "pca9539-b", |
|---|
| 238 | 237 | .addr = 0x75, |
|---|
| 239 | 238 | .platform_data = &gpio_exp[1], |
|---|
| 240 | 239 | .irq = PXA_GPIO_TO_IRQ(19), |
|---|