Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321275
b: refs/heads/master
c: 48135a6
h: refs/heads/master
i:
  321273: 4d38d3a
  321271: c7c465d
v: v3
  • Loading branch information
Andrew Lunn committed Jul 27, 2012
1 parent e7338ee commit f8566ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 157727d6490b31df45f6c1b59beb3950b82f3c21
refs/heads/master: 48135a66c247cfaf99611a19f4272178d3e4f1de
8 changes: 8 additions & 0 deletions trunk/arch/arm/boot/dts/kirkwood-iconnect.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
};

ocp@f1000000 {
i2c@11000 {
status = "okay";

lm63: lm63@4c {
compatible = "national,lm63";
reg = <0x4c>;
};
};
serial@12000 {
clock-frequency = <200000000>;
status = "ok";
Expand Down
10 changes: 0 additions & 10 deletions trunk/arch/arm/mach-kirkwood/board-iconnect.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <linux/mv643xx_eth.h>
#include <linux/gpio.h>
#include <linux/leds.h>
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/gpio_keys.h>
#include <asm/mach/arch.h>
Expand Down Expand Up @@ -90,12 +89,6 @@ static unsigned int iconnect_mpp_config[] __initdata = {
0
};

static struct i2c_board_info __initdata iconnect_board_info[] = {
{
I2C_BOARD_INFO("lm63", 0x4c),
},
};

static struct mtd_partition iconnect_nand_parts[] = {
{
.name = "flash",
Expand Down Expand Up @@ -142,9 +135,6 @@ void __init iconnect_init(void)
{
kirkwood_mpp_conf(iconnect_mpp_config);
kirkwood_nand_init(ARRAY_AND_SIZE(iconnect_nand_parts), 25);
kirkwood_i2c_init();
i2c_register_board_info(0, iconnect_board_info,
ARRAY_SIZE(iconnect_board_info));

kirkwood_ehci_init();
kirkwood_ge00_init(&iconnect_ge00_data);
Expand Down

0 comments on commit f8566ce

Please sign in to comment.