Skip to content

Commit 8aa9cf1

Browse files
paliksacilotto
authored andcommitted
firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible string
BugLink: https://bugs.launchpad.net/bugs/1939442 [ Upstream commit 90ae472 ] 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]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Kamal Mostafa <[email protected]> Signed-off-by: Kelsey Skunberg <[email protected]>
1 parent 3da5392 commit 8aa9cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/turris-mox-rwtm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ static int turris_mox_rwtm_remove(struct platform_device *pdev)
401401

402402
static const struct of_device_id turris_mox_rwtm_match[] = {
403403
{ .compatible = "cznic,turris-mox-rwtm", },
404+
{ .compatible = "marvell,armada-3700-rwtm-firmware", },
404405
{ },
405406
};
406407

0 commit comments

Comments
 (0)