Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130354
b: refs/heads/master
c: 344b628
h: refs/heads/master
v: v3
  • Loading branch information
Li Yang authored and Kumar Gala committed Jan 26, 2009
1 parent a95e1e5 commit 71b837f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 6e11521506e592aed2eba90166e20796c0695023
refs/heads/master: 344b62870d99cdee41fa168888b0817599134ab6
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/mpc8313erdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
cell-index = <0>;
device_type = "network";
model = "eTSEC";
compatible = "gianfar", "simple-bus";
compatible = "gianfar";
reg = <0x24000 0x1000>;
local-mac-address = [ 00 00 00 00 00 00 ];
interrupts = <37 0x8 36 0x8 35 0x8>;
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/platforms/83xx/mpc831x_rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ static int __init mpc831x_rdb_probe(void)

static struct of_device_id __initdata of_bus_ids[] = {
{ .compatible = "simple-bus" },
{ .compatible = "gianfar" },
{},
};

Expand Down

0 comments on commit 71b837f

Please sign in to comment.