diff options
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/85xx/tqm85xx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/85xx/tqm85xx.c b/arch/powerpc/platforms/85xx/tqm85xx.c index 77681acf1bae..a682cbcdfb9e 100644 --- a/arch/powerpc/platforms/85xx/tqm85xx.c +++ b/arch/powerpc/platforms/85xx/tqm85xx.c | |||
@@ -165,10 +165,10 @@ static int __init tqm85xx_probe(void) | |||
165 | { | 165 | { |
166 | unsigned long root = of_get_flat_dt_root(); | 166 | unsigned long root = of_get_flat_dt_root(); |
167 | 167 | ||
168 | if ((of_flat_dt_is_compatible(root, "tqm,8540")) || | 168 | if ((of_flat_dt_is_compatible(root, "tqc,tqm8540")) || |
169 | (of_flat_dt_is_compatible(root, "tqm,8541")) || | 169 | (of_flat_dt_is_compatible(root, "tqc,tqm8541")) || |
170 | (of_flat_dt_is_compatible(root, "tqm,8555")) || | 170 | (of_flat_dt_is_compatible(root, "tqc,tqm8555")) || |
171 | (of_flat_dt_is_compatible(root, "tqm,8560"))) | 171 | (of_flat_dt_is_compatible(root, "tqc,tqm8560"))) |
172 | return 1; | 172 | return 1; |
173 | 173 | ||
174 | return 0; | 174 | return 0; |