aboutsummaryrefslogtreecommitdiff
path: root/core/pci-slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/pci-slot.c')
-rw-r--r--core/pci-slot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pci-slot.c b/core/pci-slot.c
index 8735598..721b2d9 100644
--- a/core/pci-slot.c
+++ b/core/pci-slot.c
@@ -116,6 +116,8 @@ void pci_slot_add_dt_properties(struct pci_slot *slot,
dt_add_property_cells(np, "ibm,reset-by-firmware", 1);
dt_add_property_cells(np, "ibm,slot-pluggable", slot->pluggable);
+ dt_add_property_cells(np, "ibm,slot-surprise-pluggable",
+ slot->surprise_pluggable);
dt_add_property_cells(np, "ibm,slot-power-ctl", slot->power_ctl);
dt_add_property_cells(np, "ibm,slot-power-led-ctlled",
slot->power_led_ctl);