summaryrefslogtreecommitdiff
path: root/drivers/edac
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-01-31 09:13:16 +0300
committerJoel Stanley <joel@jms.id.au>2022-01-31 09:13:20 +0300
commitabce5ba7169dbf9a66fe24acd93dd136da92fe00 (patch)
tree8e126ded4d32aae8688c02e908b2f6d4c75de626 /drivers/edac
parent2383899f793d3c409c974dcb517579834c4a3674 (diff)
parent9c43548a7fb8220b13b0ff980989b44f37d54138 (diff)
downloadlinux-abce5ba7169dbf9a66fe24acd93dd136da92fe00.tar.xz
Merge tag 'v5.15.18' into dev-5.15
This is the 5.15.18 stable release Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/synopsys_edac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/edac/synopsys_edac.c b/drivers/edac/synopsys_edac.c
index 7d08627e738b..a5486d86fdd2 100644
--- a/drivers/edac/synopsys_edac.c
+++ b/drivers/edac/synopsys_edac.c
@@ -1352,8 +1352,7 @@ static int mc_probe(struct platform_device *pdev)
}
}
- if (of_device_is_compatible(pdev->dev.of_node,
- "xlnx,zynqmp-ddrc-2.40a"))
+ if (priv->p_data->quirks & DDR_ECC_INTR_SUPPORT)
setup_address_map(priv);
#endif