|
@@ -266,7 +266,7 @@ chrp_find_bridges(void)
|
|
model = of_get_property(dev, "model", NULL);
|
|
model = of_get_property(dev, "model", NULL);
|
|
if (model == NULL)
|
|
if (model == NULL)
|
|
model = "<none>";
|
|
model = "<none>";
|
|
- if (of_device_is_compatible(dev, "IBM,python")) {
|
|
|
|
|
|
+ if (strncmp(model, "IBM, Python", 11) == 0) {
|
|
setup_python(hose, dev);
|
|
setup_python(hose, dev);
|
|
} else if (is_mot
|
|
} else if (is_mot
|
|
|| strncmp(model, "Motorola, Grackle", 17) == 0) {
|
|
|| strncmp(model, "Motorola, Grackle", 17) == 0) {
|