From: Sean Wang <sean.wang@xxxxxxxxxxxx> Add "mediatek,generic-rng" allowing most of RNG on MediaTek SoCs to be compatible with the driver including MT7622 SoC. Signed-off-by: Sean Wang <sean.wang@xxxxxxxxxxxx> --- drivers/char/hw_random/mtk-rng.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/char/hw_random/mtk-rng.c b/drivers/char/hw_random/mtk-rng.c index df8eb54..3a1e1f1 100644 --- a/drivers/char/hw_random/mtk-rng.c +++ b/drivers/char/hw_random/mtk-rng.c @@ -148,6 +148,7 @@ static int mtk_rng_probe(struct platform_device *pdev) } static const struct of_device_id mtk_rng_match[] = { + { .compatible = "mediatek,generic-rng" }, { .compatible = "mediatek,mt7623-rng" }, {}, }; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html