]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc/85xx: correct vendor prefix in DTS files for TQM85xx modules
authorWolfgang Grandegger <wg@grandegger.com>
Fri, 6 Jun 2008 11:50:03 +0000 (13:50 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jun 2008 15:33:11 +0000 (10:33 -0500)
Like for the TQM5200, the vendor prefix "tqc," is now used for all
TQM85xx modules from TQ-Components GmbH (http://www.tqc.de) in the
corresponding DTS files.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
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/tqm85xx.c

index 7b653a583a2d02dbb204c982a46c9a3183684270..3504db31d4b933f45f5dccc9b77521bbbc0507ee 100644 (file)
@@ -12,8 +12,8 @@
 /dts-v1/;
 
 / {
-       model = "tqm,8540";
-       compatible = "tqm,8540", "tqm,85xx";
+       model = "tqc,tqm8540";
+       compatible = "tqc,tqm8540";
        #address-cells = <1>;
        #size-cells = <1>;
 
index 8fe73ef34195b76601c99484dd7dc828e964136d..8241ae3051f54bbee641d1ef404f582f54b7f928 100644 (file)
@@ -12,8 +12,8 @@
 /dts-v1/;
 
 / {
-       model = "tqm,8541";
-       compatible = "tqm,8541", "tqm,85xx";
+       model = "tqc,tqm8541";
+       compatible = "tqc,tqm8541";
        #address-cells = <1>;
        #size-cells = <1>;
 
index 0a53bb9ce76ff8e348eedf2a373bcb5cec2d6295..5a57cefadaa1438b4b8c3878dd176f1accf828fd 100644 (file)
@@ -12,8 +12,8 @@
 /dts-v1/;
 
 / {
-       model = "tqm,8555";
-       compatible = "tqm,8555", "tqm,85xx";
+       model = "tqc,tqm8555";
+       compatible = "tqc,tqm8555";
        #address-cells = <1>;
        #size-cells = <1>;
 
index a4ee596e97bc6bcaf85d0f335e69d7ac39b28ec5..979058c2b5d4ede48b1b874dc25eea09348f6a0d 100644 (file)
@@ -12,8 +12,8 @@
 /dts-v1/;
 
 / {
-       model = "tqm,8560";
-       compatible = "tqm,8560", "tqm,85xx";
+       model = "tqc,tqm8560";
+       compatible = "tqc,tqm8560";
        #address-cells = <1>;
        #size-cells = <1>;
 
index 77681acf1bae1474ec64e5335d1b4cde7e2ff33c..a682cbcdfb9ec579e36dd62f0a6ffc015e74b9da 100644 (file)
@@ -165,10 +165,10 @@ static int __init tqm85xx_probe(void)
 {
        unsigned long root = of_get_flat_dt_root();
 
-       if ((of_flat_dt_is_compatible(root, "tqm,8540")) ||
-           (of_flat_dt_is_compatible(root, "tqm,8541")) ||
-           (of_flat_dt_is_compatible(root, "tqm,8555")) ||
-           (of_flat_dt_is_compatible(root, "tqm,8560")))
+       if ((of_flat_dt_is_compatible(root, "tqc,tqm8540")) ||
+           (of_flat_dt_is_compatible(root, "tqc,tqm8541")) ||
+           (of_flat_dt_is_compatible(root, "tqc,tqm8555")) ||
+           (of_flat_dt_is_compatible(root, "tqc,tqm8560")))
                return 1;
 
        return 0;