linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Mobiveil legacy IRQ binding erroneous interrupt-map
@ 2019-10-16 10:31 Lorenzo Pieralisi
  2019-10-29 11:38 ` Z.q. Hou
  0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Pieralisi @ 2019-10-16 10:31 UTC (permalink / raw)
  To: Hou Zhiqiang, Karthikeyan Mitran; +Cc: linux-pci

Hi Hou, Karthikeyan,

I have just noticed the mobiveil interrupt-map DT bindings example
is wrong:

This:

interrupt-map = <0 0 0 0 &pci_express 0>,
		<0 0 0 1 &pci_express 1>,
		<0 0 0 2 &pci_express 2>,
		<0 0 0 3 &pci_express 3>;

should be:

interrupt-map = <0 0 0 1 &pci_express 0>,
		<0 0 0 2 &pci_express 1>,
		<0 0 0 3 &pci_express 2>,
		<0 0 0 4 &pci_express 3>;

Legacy IRQs Interrupt pins map this way:

{{1, INTA}, {2, INTB}, {3,INTC}, {4,INTD}}

(as read from Interrupt pin register in the config space header) (ie
refer to PCI local bus specification 3.0), please fix it as soon as
possible.

Lorenzo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-29 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16 10:31 Mobiveil legacy IRQ binding erroneous interrupt-map Lorenzo Pieralisi
2019-10-29 11:38 ` Z.q. Hou
2019-10-29 11:50   ` Karthikeyan Mitran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).