d6f7c933bb
Patches were rebased, sadly nothing was dropped :( All kconfig changes are from simply running `kconfig migrate` and accepting all defaults when prompted [ci:skip-build]: already built successfully in CI
27 lines
1,012 B
Diff
27 lines
1,012 B
Diff
From c9c01ca1d180dcd7bb04ec0881656b72f1b5ff30 Mon Sep 17 00:00:00 2001
|
|
From: Andrey Smirnov <andrew.smirnov@gmail.com>
|
|
Date: Sun, 27 Feb 2022 16:34:23 -0800
|
|
Subject: [PATCH 19/21] usb: dwc3: Fix "linux,extcon-name"
|
|
|
|
(cherry picked from commit 601ff3cebe00d1d5e4f165f4ac69a8ec0a57549e)
|
|
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
|
|
---
|
|
drivers/usb/dwc3/dwc3-pci.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c
|
|
index de33accdc1ce..24c54211284c 100644
|
|
--- a/drivers/usb/dwc3/dwc3-pci.c
|
|
+++ b/drivers/usb/dwc3/dwc3-pci.c
|
|
@@ -177,7 +177,7 @@ static const struct property_entry dwc3_pci_amd_properties[] = {
|
|
static const struct property_entry dwc3_pci_mr_properties[] = {
|
|
PROPERTY_ENTRY_STRING("dr_mode", "otg"),
|
|
PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
|
|
- PROPERTY_ENTRY_STRING("linux,extcon-name", "VLV0100:00"),
|
|
+ PROPERTY_ENTRY_STRING("linux,extcon-name", "steamdeck-extcon"),
|
|
{}
|
|
};
|
|
|
|
--
|
|
2.45.2
|
|
|