summaryrefslogtreecommitdiffstats
path: root/core/pci-slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/pci-slot.c')
-rw-r--r--core/pci-slot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pci-slot.c b/core/pci-slot.c
index 8bddc147..71d2769e 100644
--- a/core/pci-slot.c
+++ b/core/pci-slot.c
@@ -133,6 +133,7 @@ void pci_slot_add_dt_properties(struct pci_slot *slot,
dt_add_property_cells(np, "ibm,slot-card-desc", slot->card_desc);
dt_add_property_cells(np, "ibm,slot-card-mech", slot->card_mech);
dt_add_property_cells(np, "ibm,slot-wired-lanes", slot->wired_lanes);
+ dt_add_property_cells(np, "ibm,power-limit", slot->power_limit);
if (slot->ops.add_properties)
slot->ops.add_properties(slot, np);
OpenPOWER on IntegriCloud