commit | b0d202ce96353194c4e13b353999256246ba43b4 | [log] [tgz] |
---|---|---|
author | Jiang Bin <bin.jiang@windriver.com> | Mon Nov 19 22:31:24 2012 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Thu May 02 16:56:42 2013 -0500 |
tree | 402762a6d17afb78813d7e3289b8bef08e79d59e | |
parent | 0e389ce51358b5390a818dad415b3e9425cbc66c [diff] |
board/freescale/common/cds_pci_ft.c: Fix rotate wrong cells in interrupt-map property For linux 3.x, the size of each item in interrupt-map property is 9 not 7. Don't use the static value and calculate the size with following cells: PCI #address-cells, PCI #interrupt-cells, PIC address, PIC #address-cells, PIC #interrupt-cells. Signed-off-by: Bin Jiang <bin.jiang@windriver.com> Signed-off-by: Andy Fleming <afleming@freescale.com>