478a4261ca
[ci:skip-build]: already built successfully in CI
27 lines
1,012 B
Diff
27 lines
1,012 B
Diff
From e4028b1471564c0178c695aee7ad6845f38dc5c9 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 ebe42ae00951..f04de746d681 100644
|
|
--- a/drivers/usb/dwc3/dwc3-pci.c
|
|
+++ b/drivers/usb/dwc3/dwc3-pci.c
|
|
@@ -176,7 +176,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.44.0
|
|
|