8127-ls1046a-msi-Add-LS1046A-MSI-support.patch 817 B

12345678910111213141516171819202122232425
  1. From 51ab89c787184d47dbff37c3c69ea2c82cc4749c Mon Sep 17 00:00:00 2001
  2. From: Mingkai Hu <mingkai.hu@nxp.com>
  3. Date: Mon, 26 Sep 2016 12:13:56 +0800
  4. Subject: [PATCH 127/141] ls1046a/msi: Add LS1046A MSI support
  5. commit 2b5a00d46a8f8762b9f78b727eab6fc0e12f3fd7
  6. [context adjustment]
  7. Signed-off-by: Mingkai Hu <mingkai.hu@nxp.com>
  8. Integated-by: Zhao Qiang <qiang.zhao@nxp.com>
  9. Integated-by: Yutang Jiang <yutang.jiang@nxp.com>
  10. ---
  11. drivers/irqchip/irq-ls-scfg-msi.c | 1 +
  12. 1 file changed, 1 insertion(+)
  13. --- a/drivers/irqchip/irq-ls-scfg-msi.c
  14. +++ b/drivers/irqchip/irq-ls-scfg-msi.c
  15. @@ -222,6 +222,7 @@ static const struct of_device_id ls_scfg
  16. { .compatible = "fsl,ls1012a-msi", },
  17. { .compatible = "fsl,1s1021a-msi", },
  18. { .compatible = "fsl,1s1043a-msi", },
  19. + { .compatible = "fsl,ls1046a-msi", },
  20. {},
  21. };