]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] 85xx: some minor cleanups for stx_gp3 and tqm85xx
authorKumar Gala <galak@kernel.crashing.org>
Fri, 25 Jan 2008 16:23:34 +0000 (10:23 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 28 Jan 2008 14:32:53 +0000 (08:32 -0600)
* "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>
arch/powerpc/boot/dts/stx_gp3_8560.dts
arch/powerpc/boot/dts/tqm8540.dts
arch/powerpc/boot/dts/tqm8541.dts
arch/powerpc/boot/dts/tqm8555.dts
arch/powerpc/boot/dts/tqm8560.dts
arch/powerpc/platforms/85xx/stx_gp3.c
arch/powerpc/platforms/85xx/tqm85xx.c

index 2e9723604148037bec29d0082716e025e907529a..f81fd7fdb29e1ef58f424404904bfddfcd4126ab 100644 (file)
@@ -46,7 +46,7 @@
                reg = <0x00000000 0x10000000>;
        };
 
-       soc8560@fdf00000 {
+       soc@fdf00000 {
                #address-cells = <1>;
                #size-cells = <1>;
                device_type = "soc";
index a6e39897e1ccaddf75be1ce4fa60c7ad5accc020..1addb3ae719ed56303a2233e5e57e9eae18a6ece 100644 (file)
@@ -48,7 +48,7 @@
                reg = <0x00000000 0x10000000>;
        };
 
-       soc8540@e0000000 {
+       soc@e0000000 {
                #address-cells = <1>;
                #size-cells = <1>;
                device_type = "soc";
index 11bdb0fe50f4cf9e1c0548744cff69c71f64d349..9e01093f496ef597a88f0fa586b0e07a2bb2fac2 100644 (file)
@@ -47,7 +47,7 @@
                reg = <0x00000000 0x10000000>;
        };
 
-       soc8541@e0000000 {
+       soc@e0000000 {
                #address-cells = <1>;
                #size-cells = <1>;
                device_type = "soc";
index eef9a6bb748bdc5e58a95d906c53c18489240b60..a20eb06c482f87e262860d5b6ca9f36f1a295a06 100644 (file)
@@ -47,7 +47,7 @@
                reg = <0x00000000 0x10000000>;
        };
 
-       soc8555@e0000000 {
+       soc@e0000000 {
                #address-cells = <1>;
                #size-cells = <1>;
                device_type = "soc";
index 8ca7fdd0a129eeff7beb199e77ed392046cd001b..b9ac6c943b890919b0f1d87cda369f53db9c569a 100644 (file)
@@ -48,7 +48,7 @@
                reg = <0x00000000 0x10000000>;
        };
 
-       soc8560@e0000000 {
+       soc@e0000000 {
                #address-cells = <1>;
                #size-cells = <1>;
                device_type = "soc";
index 0b20c170c4d2272885bf9ec46a3471e7c94ed1ae..18499d7c9d9ef36b7e95d2b446de925256a95b29 100644 (file)
@@ -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", },
        {},
 };
index 2a08b315e190667dca89b135cc88adde2e3bb979..77681acf1bae1474ec64e5335d1b4cde7e2ff33c 100644 (file)
@@ -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", },
        {},
 };