drm/omapdrm: Add gamma table support to DSS dispc
[deliverable/linux.git] / drivers / mfd / axp20x-rsb.c
index 28c20247c112391270ad1c6a056c000ffd3e33c2..a407527bcd0958ba79999446138a849cf03a0166 100644 (file)
@@ -61,6 +61,7 @@ static int axp20x_rsb_remove(struct sunxi_rsb_device *rdev)
 
 static const struct of_device_id axp20x_rsb_of_match[] = {
        { .compatible = "x-powers,axp223", .data = (void *)AXP223_ID },
+       { .compatible = "x-powers,axp809", .data = (void *)AXP809_ID },
        { },
 };
 MODULE_DEVICE_TABLE(of, axp20x_rsb_of_match);
This page took 0.029873 seconds and 5 git commands to generate.