]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/fdtdec.c
cros_ec: sandbox: Add Chrome OS EC emulation
[karo-tx-uboot.git] / lib / fdtdec.c
index c54d97b893998f97eb71186a5fd84a4a47a414a8..e0b8927ac814c24765b70521535f5d00b0666da7 100644 (file)
@@ -61,6 +61,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
        COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"),
        COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645-tpm"),
        COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
+       COMPAT(SANDBOX_HOST_EMULATION, "sandbox,host-emulation"),
 };
 
 const char *fdtdec_get_compatible(enum fdt_compat_id id)