[ARM] 4773/2: ixp4xx: Register nas100d rtc i2c_board_info
Register the i2c board info related to the RTC chip on the nas100d board to allow it to be found automatically on boot. Signed-off-by: Rod Whitby <rod@whitby.id.au> Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
#include <linux/serial.h>
|
#include <linux/serial.h>
|
||||||
#include <linux/serial_8250.h>
|
#include <linux/serial_8250.h>
|
||||||
#include <linux/leds.h>
|
#include <linux/leds.h>
|
||||||
|
#include <linux/i2c.h>
|
||||||
#include <linux/i2c-gpio.h>
|
#include <linux/i2c-gpio.h>
|
||||||
|
|
||||||
#include <asm/mach-types.h>
|
#include <asm/mach-types.h>
|
||||||
@@ -39,6 +40,12 @@ static struct platform_device nas100d_flash = {
|
|||||||
.resource = &nas100d_flash_resource,
|
.resource = &nas100d_flash_resource,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static struct i2c_board_info __initdata nas100d_i2c_board_info [] = {
|
||||||
|
{
|
||||||
|
I2C_BOARD_INFO("rtc-pcf8563", 0x51),
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_LEDS_IXP4XX
|
#ifdef CONFIG_LEDS_IXP4XX
|
||||||
static struct resource nas100d_led_resources[] = {
|
static struct resource nas100d_led_resources[] = {
|
||||||
{
|
{
|
||||||
@@ -157,6 +164,9 @@ static void __init nas100d_init(void)
|
|||||||
|
|
||||||
pm_power_off = nas100d_power_off;
|
pm_power_off = nas100d_power_off;
|
||||||
|
|
||||||
|
i2c_register_board_info(0, nas100d_i2c_board_info,
|
||||||
|
ARRAY_SIZE(nas100d_i2c_board_info));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is only useful on a modified machine, but it is valuable
|
* This is only useful on a modified machine, but it is valuable
|
||||||
* to have it first in order to see debug messages, and so that
|
* to have it first in order to see debug messages, and so that
|
||||||
|
Reference in New Issue
Block a user