[POWERPC] 85xx: some minor cleanups for stx_gp3 and tqm85xx
* "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>
This commit is contained in:
parent
eedd62ed53
commit
f67be814ff
7 changed files with 5 additions and 13 deletions
|
@ -46,7 +46,7 @@
|
||||||
reg = <0x00000000 0x10000000>;
|
reg = <0x00000000 0x10000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc8560@fdf00000 {
|
soc@fdf00000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
device_type = "soc";
|
device_type = "soc";
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
reg = <0x00000000 0x10000000>;
|
reg = <0x00000000 0x10000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc8540@e0000000 {
|
soc@e0000000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
device_type = "soc";
|
device_type = "soc";
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
reg = <0x00000000 0x10000000>;
|
reg = <0x00000000 0x10000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc8541@e0000000 {
|
soc@e0000000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
device_type = "soc";
|
device_type = "soc";
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
reg = <0x00000000 0x10000000>;
|
reg = <0x00000000 0x10000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc8555@e0000000 {
|
soc@e0000000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
device_type = "soc";
|
device_type = "soc";
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
reg = <0x00000000 0x10000000>;
|
reg = <0x00000000 0x10000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc8560@e0000000 {
|
soc@e0000000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
device_type = "soc";
|
device_type = "soc";
|
||||||
|
|
|
@ -148,10 +148,6 @@ static void stx_gp3_show_cpuinfo(struct seq_file *m)
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct of_device_id __initdata of_bus_ids[] = {
|
static struct of_device_id __initdata of_bus_ids[] = {
|
||||||
{ .name = "soc", },
|
|
||||||
{ .type = "soc", },
|
|
||||||
{ .name = "cpm", },
|
|
||||||
{ .name = "localbus", },
|
|
||||||
{ .compatible = "simple-bus", },
|
{ .compatible = "simple-bus", },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
|
@ -146,10 +146,6 @@ static void tqm85xx_show_cpuinfo(struct seq_file *m)
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct of_device_id __initdata of_bus_ids[] = {
|
static struct of_device_id __initdata of_bus_ids[] = {
|
||||||
{ .name = "soc", },
|
|
||||||
{ .type = "soc", },
|
|
||||||
{ .name = "cpm", },
|
|
||||||
{ .name = "localbus", },
|
|
||||||
{ .compatible = "simple-bus", },
|
{ .compatible = "simple-bus", },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue