From deaac6d473a2f4fe0eb892e6cf061ff3225a22b6 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Tue, 16 Oct 2007 13:08:57 +0300 Subject: [PATCH] --- yaml --- r: 73641 b: refs/heads/master c: 9aa69338924266ca0b1aceb0ab943e8842449b0a h: refs/heads/master i: 73639: 6b58dfb8e5b7eb929af4f0cd37c6ea1cee1a30a9 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-iop32x/n2100.c | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 0e7ddeab1e62..a0f672cfe993 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff312d07c2e1b1482fcc139b8af67ca39e9e98f0 +refs/heads/master: 9aa69338924266ca0b1aceb0ab943e8842449b0a diff --git a/trunk/arch/arm/mach-iop32x/n2100.c b/trunk/arch/arm/mach-iop32x/n2100.c index 1873bd8cd1b2..bc91d6e66bc4 100644 --- a/trunk/arch/arm/mach-iop32x/n2100.c +++ b/trunk/arch/arm/mach-iop32x/n2100.c @@ -16,6 +16,7 @@ #include #include +#include #include #include #include @@ -200,11 +201,21 @@ static struct platform_device n2100_serial_device = { .resource = &n2100_uart_resource, }; +static struct f75375s_platform_data n2100_f75375s = { + .pwm = { 255, 255 }, + .pwm_enable = { 0, 0 }, +}; + static struct i2c_board_info __initdata n2100_i2c_devices[] = { { I2C_BOARD_INFO("rtc-rs5c372", 0x32), .type = "rs5c372b", }, + { + I2C_BOARD_INFO("f75375", 0x2e), + .type = "f75375", + .platform_data = &n2100_f75375s, + }, }; /*