diff options
author | Herve Codina <[email protected]> | 2024-10-29 09:43:36 +0100 |
---|---|---|
committer | Philipp Zabel <[email protected]> | 2024-11-04 14:34:25 +0100 |
commit | cf3e10cc0e88bba51d330ef851bcffa0bce1070c (patch) | |
tree | b17a0e8e5cf3a1399815cec1036aea427b8eb94a /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 344ea0d36b8c9cb7668b002570159efe78a922c1 (diff) |
misc: lan966x_pci: Fix dtc warn 'Missing interrupt-parent'
dtc generates the following warning when building the LAN966x devicetree
overlay (lan966x_pci.dtso):
Warning (interrupts_property): /fragment@0/__overlay__/pci-ep-bus@0/oic@e00c0120: Missing interrupt-parent
The oic interrupt parent is the PCI device itself. The PCI device node
is the node on which the dtbo will be applied and this node already has
properties needed.
In order to remove the warning, add the missing properties in the
overlay fragment node. Properties in this node will not be added when
the overlay is applied (which is what we expect) but makes dtc happy.
Reported-by: Stephen Rothwell <[email protected]>
Closes: https://lore.kernel.org/all/[email protected]/
Fixes: 185686beb464 ("misc: Add support for LAN966x PCI device")
Signed-off-by: Herve Codina <[email protected]>
Reviewed-by: Rob Herring (Arm) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Philipp Zabel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions