--
Hello, Good Day
Please quote us as per attached file on below for pricing and
availability
For 40 pieces of self priming centrifugal pump: SP928974-T95
(Model:SP928974-T95)
Parts:Number:SP928974-T95
Qty.40 pieces
NOTE: send your quotation to:info@unilevernetherlands.nl
Please we are looking forward to receive your best offer
Thank you
Best:Regards/Vriendelijke Groeten
Mr.Ibrahim Bakker
--
Good Day,
Please could you provide us with a quotation pricing / availability for
40
pumps of AP6B78‐810.
Description: BRONZE BOOSTER PUMP AP6B78‐810
Type/Model Number: AP6B78‐810
Quantity: 40 pieces
Note these product(s) we request may fall out of your scope of work,
Therefore we would like you to outsource for the product(s) and supply
to
us.
KINDLY: send your quotation to: purchasing(a)unilevernetherlands.nl
We look forward to receiving your feedback with an offer.
Kind Regards,
Ibrahim Bakker
Area Procurement officer
--
Hello, Good Day
Please quote us as per attached file on below for pricing and
availability
For 40 pieces of self priming centrifugal pump: SP928974-T95
(Model:SP928974-T95)
Parts:Number:SP928974-T95
Qty.40 pieces
NOTE: send your quotation to:info@unilevernetherlands.nl
Please we are looking forward to receive your best offer
Thank you
Best:Regards/Vriendelijke Groeten
Mr.Ibrahim Bakker
The SC8180X has two resets but the DP configuration erroneously
described only one.
In case the DP part of the PHY is initialised before the USB part (e.g.
depending on probe order), then only the first reset would be asserted.
Fixes: 1633802cd4ac ("phy: qcom: qmp: Add SC8180x USB/DP combo")
Cc: stable(a)vger.kernel.org # 5.15
Signed-off-by: Johan Hovold <johan+linaro(a)kernel.org>
---
drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-combo.c b/drivers/phy/qualcomm/phy-qcom-qmp-combo.c
index cc53e2f99121..40c25a0ead23 100644
--- a/drivers/phy/qualcomm/phy-qcom-qmp-combo.c
+++ b/drivers/phy/qualcomm/phy-qcom-qmp-combo.c
@@ -1177,8 +1177,8 @@ static const struct qmp_phy_cfg sc8180x_dpphy_cfg = {
.clk_list = qmp_v3_phy_clk_l,
.num_clks = ARRAY_SIZE(qmp_v3_phy_clk_l),
- .reset_list = sc7180_usb3phy_reset_l,
- .num_resets = ARRAY_SIZE(sc7180_usb3phy_reset_l),
+ .reset_list = msm8996_usb3phy_reset_l,
+ .num_resets = ARRAY_SIZE(msm8996_usb3phy_reset_l),
.vreg_list = qmp_phy_vreg_l,
.num_vregs = ARRAY_SIZE(qmp_phy_vreg_l),
.regs = qmp_v3_usb3phy_regs_layout,
--
2.37.4