]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/ivybridge/early_me.c
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
[u-boot] / arch / x86 / cpu / ivybridge / early_me.c
index 612c9103e37e7ab964e32c11faab5483151a83ad..b1df77d571b30ae08d7c91dcf779eefedfea7f11 100644 (file)
@@ -10,6 +10,7 @@
 #include <dm.h>
 #include <errno.h>
 #include <asm/pci.h>
+#include <asm/cpu.h>
 #include <asm/processor.h>
 #include <asm/arch/me.h>
 #include <asm/arch/pch.h>
@@ -189,7 +190,8 @@ int intel_early_me_init_done(struct udevice *dev, struct udevice *me_dev,
 }
 
 static const struct udevice_id ivybridge_syscon_ids[] = {
-       { .compatible = "intel,me", },
+       { .compatible = "intel,me", .data = X86_SYSCON_ME },
+       { .compatible = "intel,gma", .data = X86_SYSCON_GMA },
        { }
 };