mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-20 19:48:54 +00:00
lantiq: dts: mark PCI bridges as such
Use the device_type property to mark PCI host bridges as such. With linux 5.10 it is mandatory, otherwise the PCI IO space is flages as PCI memory and the PCI init fails. Signed-off-by: Mathias Kresin <dev@kresin.me> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
1c4950bf78
commit
7403515519
@ -412,6 +412,8 @@
|
||||
interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
||||
interrupt-map = <0x7000 0 0 1 &icu0 30 1>;
|
||||
req-mask = <0x1>;
|
||||
|
||||
device_type = "pci";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -325,6 +325,8 @@
|
||||
interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
||||
interrupt-map = <0x7000 0 0 1 &icu0 30 1>; /* slot 14, irq 30 */
|
||||
req-mask = <0x1>; /* GNT1 */
|
||||
|
||||
device_type = "pci";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -520,6 +520,8 @@
|
||||
interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
||||
interrupt-map = <0x7000 0 0 1 &icu0 30 1>; /* slot 14, irq 30 */
|
||||
req-mask = <0x1>; /* GNT1 */
|
||||
|
||||
device_type = "pci";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user