summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2021-06-24 03:57:38 +0200
committerOlof Johansson <olof@lixom.net>2021-06-24 03:57:40 +0200
commit115484216b07c2753fcc6ddf3d8acdde8fdbd4fc (patch)
tree88602b8a0e675600477e1acb5d94855bdd0f6b1d /drivers/firmware
parentMerge tag 'mvebu-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff)
parentfirmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible s... (diff)
downloadlinux-115484216b07c2753fcc6ddf3d8acdde8fdbd4fc.tar.xz
linux-115484216b07c2753fcc6ddf3d8acdde8fdbd4fc.zip
Merge tag 'mvebu-drivers-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/drivers
mvebu drivers for 5.14 (part 1) Make the turris mox rwtm firmware more generic for Armada 3700 SoCs * tag 'mvebu-drivers-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible string Link: https://lore.kernel.org/r/87bl802a2d.fsf@BL-laptop Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/firmware')
-rw-r--r--drivers/firmware/turris-mox-rwtm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/turris-mox-rwtm.c b/drivers/firmware/turris-mox-rwtm.c
index 1cf4f1087492..c2d34dc8ba46 100644
--- a/drivers/firmware/turris-mox-rwtm.c
+++ b/drivers/firmware/turris-mox-rwtm.c
@@ -569,6 +569,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", },
{ },
};