]> Git Repo - linux.git/commitdiff
firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible string
authorPali Rohár <[email protected]>
Thu, 20 May 2021 11:38:43 +0000 (13:38 +0200)
committerGregory CLEMENT <[email protected]>
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 <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
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", },
        { },
 };
 
This page took 0.059139 seconds and 4 git commands to generate.