/dts-v1/;
 
 / {
-       model = "tqm,8540";
-       compatible = "tqm,8540", "tqm,85xx";
+       model = "tqc,tqm8540";
+       compatible = "tqc,tqm8540";
        #address-cells = <1>;
        #size-cells = <1>;
 
 
 /dts-v1/;
 
 / {
-       model = "tqm,8541";
-       compatible = "tqm,8541", "tqm,85xx";
+       model = "tqc,tqm8541";
+       compatible = "tqc,tqm8541";
        #address-cells = <1>;
        #size-cells = <1>;
 
 
 /dts-v1/;
 
 / {
-       model = "tqm,8555";
-       compatible = "tqm,8555", "tqm,85xx";
+       model = "tqc,tqm8555";
+       compatible = "tqc,tqm8555";
        #address-cells = <1>;
        #size-cells = <1>;
 
 
 /dts-v1/;
 
 / {
-       model = "tqm,8560";
-       compatible = "tqm,8560", "tqm,85xx";
+       model = "tqc,tqm8560";
+       compatible = "tqc,tqm8560";
        #address-cells = <1>;
        #size-cells = <1>;
 
 
 {
        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;