From: Pali Rohár Date: Thu, 20 May 2021 11:38:43 +0000 (+0200) Subject: firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible string X-Git-Tag: v5.14-rc1~21^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90ae47215de3fec862aeb1a0f0e28bb505ab1351;p=thirdparty%2Fkernel%2Flinux.git firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible string Add more generic compatible string 'marvell,armada-3700-rwtm-firmware' for this driver, since it can also be used on other Armada 3720 devices. Current compatible string 'cznic,turris-mox-rwtm' is kept for backward compatibility. Signed-off-by: Pali Rohár Reviewed-by: Andrew Lunn Signed-off-by: Gregory CLEMENT --- diff --git a/drivers/firmware/turris-mox-rwtm.c b/drivers/firmware/turris-mox-rwtm.c index 62f0d1a5dd324..a4bbfaef09fbd 100644 --- a/drivers/firmware/turris-mox-rwtm.c +++ b/drivers/firmware/turris-mox-rwtm.c @@ -530,6 +530,7 @@ static int turris_mox_rwtm_remove(struct platform_device *pdev) static const struct of_device_id turris_mox_rwtm_match[] = { { .compatible = "cznic,turris-mox-rwtm", }, + { .compatible = "marvell,armada-3700-rwtm-firmware", }, { }, };