aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/platforms/44x/bamboo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/bamboo.c b/arch/powerpc/platforms/44x/bamboo.c
index 5522f1f9642e..9bc45dea078f 100644
--- a/arch/powerpc/platforms/44x/bamboo.c
+++ b/arch/powerpc/platforms/44x/bamboo.c
@@ -23,7 +23,7 @@
23#include "44x.h" 23#include "44x.h"
24 24
25static struct of_device_id bamboo_of_bus[] = { 25static struct of_device_id bamboo_of_bus[] = {
26 { .compatible = "ibm,plb", }, 26 { .compatible = "ibm,plb4", },
27 { .compatible = "ibm,opb", }, 27 { .compatible = "ibm,opb", },
28 { .compatible = "ibm,ebc", }, 28 { .compatible = "ibm,ebc", },
29 {}, 29 {},