Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81392
b: refs/heads/master
c: f67be81
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed Jan 28, 2008
1 parent 2ecfe7d commit 84a4a55
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 14 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: eedd62ed53512e6749764427ffe5a1c9e41175c6
refs/heads/master: f67be814ff8e862422739cb424ce8c4e6c142c28
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/stx_gp3_8560.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
reg = <0x00000000 0x10000000>;
};

soc8560@fdf00000 {
soc@fdf00000 {
#address-cells = <1>;
#size-cells = <1>;
device_type = "soc";
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/tqm8540.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
reg = <0x00000000 0x10000000>;
};

soc8540@e0000000 {
soc@e0000000 {
#address-cells = <1>;
#size-cells = <1>;
device_type = "soc";
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/tqm8541.dts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
reg = <0x00000000 0x10000000>;
};

soc8541@e0000000 {
soc@e0000000 {
#address-cells = <1>;
#size-cells = <1>;
device_type = "soc";
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/tqm8555.dts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
reg = <0x00000000 0x10000000>;
};

soc8555@e0000000 {
soc@e0000000 {
#address-cells = <1>;
#size-cells = <1>;
device_type = "soc";
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/tqm8560.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
reg = <0x00000000 0x10000000>;
};

soc8560@e0000000 {
soc@e0000000 {
#address-cells = <1>;
#size-cells = <1>;
device_type = "soc";
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/platforms/85xx/stx_gp3.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ static void stx_gp3_show_cpuinfo(struct seq_file *m)
}

static struct of_device_id __initdata of_bus_ids[] = {
{ .name = "soc", },
{ .type = "soc", },
{ .name = "cpm", },
{ .name = "localbus", },
{ .compatible = "simple-bus", },
{},
};
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/platforms/85xx/tqm85xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ static void tqm85xx_show_cpuinfo(struct seq_file *m)
}

static struct of_device_id __initdata of_bus_ids[] = {
{ .name = "soc", },
{ .type = "soc", },
{ .name = "cpm", },
{ .name = "localbus", },
{ .compatible = "simple-bus", },
{},
};
Expand Down

0 comments on commit 84a4a55

Please sign in to comment.