Skip to content

Commit

Permalink
[POWERPC] 85xx: some minor cleanups for stx_gp3 and tqm85xx
Browse files Browse the repository at this point in the history
* "simple-bus" covers all our needs for of_platform_bus_probe()
* make device tree name just 'soc' not 'soc85..'

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed Jan 28, 2008
1 parent eedd62e commit f67be81
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 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 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 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 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 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 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 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 f67be81

Please sign in to comment.