From: Eddie James <eajames@linux.ibm.com>
To: openbmc@lists.ozlabs.org
Cc: Eddie James <eajames@linux.ibm.com>
Subject: [PATCH linux dev-5.15 2/3] USB: uhci: Add ast2600 compatible
Date: Fri, 28 Jan 2022 15:48:51 -0600 [thread overview]
Message-ID: <20220128214852.21551-3-eajames@linux.ibm.com> (raw)
In-Reply-To: <20220128214852.21551-1-eajames@linux.ibm.com>
Add the ast2600 compatible string to enable the Aspeed workarounds
on the UHCI.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
drivers/usb/host/uhci-platform.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/usb/host/uhci-platform.c b/drivers/usb/host/uhci-platform.c
index 70dbd95c3f06..be9e9db7cad1 100644
--- a/drivers/usb/host/uhci-platform.c
+++ b/drivers/usb/host/uhci-platform.c
@@ -113,7 +113,8 @@ static int uhci_hcd_platform_probe(struct platform_device *pdev)
num_ports);
}
if (of_device_is_compatible(np, "aspeed,ast2400-uhci") ||
- of_device_is_compatible(np, "aspeed,ast2500-uhci")) {
+ of_device_is_compatible(np, "aspeed,ast2500-uhci") ||
+ of_device_is_compatible(np, "aspeed,ast2600-uhci")) {
uhci->is_aspeed = 1;
dev_info(&pdev->dev,
"Enabled Aspeed implementation workarounds\n");
--
2.27.0
next prev parent reply other threads:[~2022-01-28 21:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-28 21:48 [PATCH linux dev-5.15 0/3] Support PL2303 on AST2600 Eddie James
2022-01-28 21:48 ` [PATCH linux dev-5.15 1/3] USB: serial: pl2303: Add IBM device IDs Eddie James
2022-01-31 6:04 ` Joel Stanley
2022-01-28 21:48 ` Eddie James [this message]
2022-01-31 5:19 ` [PATCH linux dev-5.15 2/3] USB: uhci: Add ast2600 compatible Joel Stanley
2022-01-28 21:48 ` [PATCH linux dev-5.15 3/3] arm: dts: Aspeed: Rainier and Everest: Enable UHCI Eddie James
2022-01-31 6:12 ` [PATCH linux dev-5.15 0/3] Support PL2303 on AST2600 Joel Stanley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220128214852.21551-3-eajames@linux.ibm.com \
--to=eajames@linux.ibm.com \
--cc=openbmc@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.