Allwiner A31 has a different memory mapping so add the compatible we will need it later.
Signed-off-by: Clément Péron <[email protected]> --- drivers/media/rc/sunxi-cir.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/rc/sunxi-cir.c b/drivers/media/rc/sunxi-cir.c index 307e44714ea0..29ac33b68596 100644 --- a/drivers/media/rc/sunxi-cir.c +++ b/drivers/media/rc/sunxi-cir.c @@ -319,6 +319,7 @@ static int sunxi_ir_remove(struct platform_device *pdev) static const struct of_device_id sunxi_ir_match[] = { { .compatible = "allwinner,sun4i-a10-ir", }, { .compatible = "allwinner,sun5i-a13-ir", }, + { .compatible = "allwinner,sun6i-a31-ir", }, {}, }; MODULE_DEVICE_TABLE(of, sunxi_ir_match); -- 2.20.1 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/linux-sunxi/20190526222536.10917-3-peron.clem%40gmail.com. For more options, visit https://groups.google.com/d/optout.
