]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible string
authorPali Rohár <pali@kernel.org>
Thu, 20 May 2021 11:38:43 +0000 (13:38 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Thu, 17 Jun 2021 13:02:35 +0000 (15:02 +0200)
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 <pali@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
drivers/firmware/turris-mox-rwtm.c

index 62f0d1a5dd3242404a7748e644de572ae05fdc0d..a4bbfaef09fbd41b143f101ce7101ebff4d32b5d 100644 (file)
@@ -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", },
        { },
 };