GuEe-GUI
1ac8044294
[DM/FIXUP] Fixup PCI device ofw private node for MSI
Some PCI device devicetree is like:
```dts
pcie@fe270000 {
device_type = "pci";
msi-map = <0x1000 0x9c 0x1000 0x1000>;
pcie@10 {
reg = <0x100000 0x00 0x00 0x00 0x00>;
#address-cells = <0x03>;
#size-cells = <0x02>;
pcie@10,0 {
reg = <0x00 0x00 0x00 0x00 0x00>;
};
};
};
```
that the pcie@10,0 have a private ofw node, it will find
property name `msi-map` or `msi-parent` fail.
We should only find the property in host bridge's ofw node.
Signed-off-by: GuEe-GUI <2991707448@qq.com>
2024-11-26 11:14:51 +08:00
..
2024-09-06 23:18:09 -04:00
2024-11-20 16:11:10 +08:00
2024-11-13 22:56:17 -05:00
2024-11-20 23:52:34 +08:00
2024-11-18 15:03:23 +08:00
2024-06-16 15:43:27 +08:00
2024-11-22 14:11:40 +08:00
2024-06-16 15:43:27 +08:00
2024-06-16 15:43:27 +08:00
2024-07-19 11:51:39 +08:00
2024-10-04 18:02:36 -04:00
2024-11-21 20:44:25 +08:00
2024-11-26 10:02:50 +08:00
2024-08-19 10:39:15 +08:00
2024-06-28 00:22:06 +08:00
2024-11-25 11:00:04 +08:00
2024-11-20 15:53:23 +08:00
2024-07-18 10:05:05 +08:00
2024-06-16 15:43:27 +08:00
2024-11-24 13:57:37 +08:00
2024-11-26 10:02:50 +08:00
2024-11-26 11:14:51 +08:00
2024-11-19 21:34:03 -05:00
2024-11-25 10:23:01 +08:00
2024-11-03 10:08:45 +08:00
2024-08-23 18:15:09 -04:00
2024-11-21 12:44:55 +08:00
2024-07-19 11:51:39 +08:00
2024-11-26 10:02:50 +08:00
2024-09-29 20:49:35 -04:00
2024-11-22 16:59:37 +08:00
2024-11-20 16:11:10 +08:00
2024-11-24 11:29:28 +08:00
2024-11-24 12:48:19 -05:00
2024-11-03 10:08:45 +08:00
2024-10-24 20:22:48 +08:00
2024-09-13 17:40:40 -04:00
2024-10-19 12:23:21 -04:00
2024-07-13 22:16:03 +08:00
2024-09-13 17:40:40 -04:00
2024-09-13 17:40:40 -04:00
2024-11-26 10:02:50 +08:00
2013-01-08 22:40:58 +08:00