irqchip/ls-scfg-msi: Fix typo of MSI compatible strings
The patch is to fix typo of the Layerscape SCFG MSI dts compatible strings. "1" is replaced by "l". Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com> Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
This commit is contained in:

committed by
Marc Zyngier

parent
b304605f0a
commit
d35b2c9952
@@ -219,8 +219,10 @@ static int ls_scfg_msi_remove(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
static const struct of_device_id ls_scfg_msi_id[] = {
|
||||
{ .compatible = "fsl,1s1021a-msi", },
|
||||
{ .compatible = "fsl,1s1043a-msi", },
|
||||
{ .compatible = "fsl,1s1021a-msi", }, /* a typo */
|
||||
{ .compatible = "fsl,1s1043a-msi", }, /* a typo */
|
||||
{ .compatible = "fsl,ls1021a-msi", },
|
||||
{ .compatible = "fsl,ls1043a-msi", },
|
||||
{},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user