Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359941
b: refs/heads/master
c: b4d2a24
h: refs/heads/master
i:
  359939: e2d697f
v: v3
  • Loading branch information
Andrew Lunn authored and Arnd Bergmann committed Feb 28, 2013
1 parent e4cdc27 commit 56d5d0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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: 7dcc628349de9a878c43ef4b30e6c8ccbe1d207a
refs/heads/master: b4d2a24fa522afd3891c9718443686cab71df24f
5 changes: 5 additions & 0 deletions trunk/arch/arm/boot/dts/kirkwood-nsa310.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@

i2c@11000 {
status = "okay";

adt7476: adt7476a@2e {
compatible = "adt7476";
reg = <0x2e>;
};
};

nand@3000000 {
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-kirkwood/board-nsa310.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,9 @@ static unsigned int nsa310_mpp_config[] __initdata = {
0
};

static struct i2c_board_info __initdata nsa310_i2c_info[] = {
{ I2C_BOARD_INFO("adt7476", 0x2e) },
};

void __init nsa310_init(void)
{
kirkwood_mpp_conf(nsa310_mpp_config);

i2c_register_board_info(0, ARRAY_AND_SIZE(nsa310_i2c_info));
}

static int __init nsa310_pci_init(void)
Expand Down

0 comments on commit 56d5d0b

Please sign in to comment.