]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib/fdtdec.c
power: Add AMS AS3722 PMIC support
[people/ms/u-boot.git] / lib / fdtdec.c
index 9d86dba32944ccdca97d35cfa02305f1de2508c3..9a4d4704781fd28fcd1c8f20242333ff73ddce18 100644 (file)
@@ -78,6 +78,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
        COMPAT(INTEL_PANTHERPOINT_AHCI, "intel,pantherpoint-ahci"),
        COMPAT(INTEL_MODEL_206AX, "intel,model-206ax"),
        COMPAT(INTEL_GMA, "intel,gma"),
+       COMPAT(AMS_AS3722, "ams,as3722"),
 };
 
 const char *fdtdec_get_compatible(enum fdt_compat_id id)