[Skiboot] [RFC PATCH 14/23] hw/phb3: Wire up assert_perst

Oliver O'Halloran oohall at gmail.com
Wed Apr 3 20:09:11 AEDT 2019


The pcie-slot specific method is largely pointless now.
---
 hw/phb3.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/phb3.c b/hw/phb3.c
index 095fc3153378..4ac6aa729c4d 100644
--- a/hw/phb3.c
+++ b/hw/phb3.c
@@ -2742,6 +2742,7 @@ static struct pci_slot *phb3_slot_create(struct phb *phb)
 	slot->ops.get_latch_state     = NULL;
 	slot->ops.set_power_state     = NULL;
 	slot->ops.set_attention_state = NULL;
+	slot->ops.assert_perst        = phb3_assert_perst;
 
 	/*
 	 * For PHB slots, we have to split the fundamental reset
-- 
2.20.1



More information about the Skiboot mailing list