diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index f39ccd5aa70125a1fc22529fff0b3de185aa5cd6..d85e4318b099275e0cae9e46e7af138b71c09be8 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -29,6 +29,7 @@
 const struct of_device_id of_default_bus_match_table[] = {
 	{ .compatible = "simple-bus", },
 	{ .compatible = "simple-mfd", },
+	{ .compatible = "isa", },
 #ifdef CONFIG_ARM_AMBA
 	{ .compatible = "arm,amba-bus", },
 #endif /* CONFIG_ARM_AMBA */