From patchwork Wed Sep 30 04:08:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Chen X-Patchwork-Id: 11807981 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 93AC4139F for ; Wed, 30 Sep 2020 05:50:36 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 611E82067D for ; Wed, 30 Sep 2020 05:50:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fgDDJy7P"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="sSSDRIXb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 611E82067D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aspeedtech.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AyYhiYzkjkMNjNBteHylGbiwGzvVtPAxnZEONO9z/qY=; b=fgDDJy7Px7L0v9h13jdjbGaYy oaH02MOEzyrt9kytbEc6F5IIsDtWZm/tP7P2zZIuqjVb4v5uZZIkfvqK1HVd8qrer7s7FRDLoO56l nLuwespUJpuLJffR/2lTtQ/FVcDYtfu4Ifrv64G+IO+xILTHtMRkVSW2yEJWQ3wBNwO/qK/dmB+PO 5K7HmrbhpRO6+/P2Sjt2syiGgfVitwbN47yCM/2QT+8O5Ty6OoL/Q1poUFGc3zjtmaoYBx4JfswWd AJMOea75oBFRY9gWUZAD31nK2Oa57Y/jKVofeosv9AWCKHVbRP7F1Q6oRVfA5qfa8taeSLYyqHj3N /W5ZmAptw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNV0K-0004NX-W2; Wed, 30 Sep 2020 05:50:17 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNV0E-0004Mf-HO for linux-arm-kernel@merlin.infradead.org; Wed, 30 Sep 2020 05:50:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Date:Subject:CC:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=NwytfQW03t4nzx5ixYGgg9otnKudlCbAMr7c6sqlboU=; b=sSSDRIXbs7dK9Avz0kDONfQv3Z y8k/eeiug2+ZuoicRNpS37IY8ocV87BYxsgIJsWVgXU1E0VDEoIzIWChj/yvJAXic9nPlL2r1KccS 68gJPx1+oYslGy+lpWF7dsqChz1V2S86XKCpU8nZ+4qMC0c/B11EbBTMkmYc1sJlyeiDOzz755Ztc ZnnRz0WHUXyIezMfbC/v1S4watRO+HlyBvNbAE3R5TiW01AzGsFqhwg6V79vKE9TNEQkoNICMlR0A QW5dBU3oGZHslQBHPglku03/SCB07MGoDRWM0SEV9Ql2kJhRUhgfJ4DZpSeOFd410GIwHZSy9hSWS syiW9DPg==; Received: from twspam01.aspeedtech.com ([211.20.114.71]) by casper.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNTQJ-0002X6-Hq for linux-arm-kernel@lists.infradead.org; Wed, 30 Sep 2020 04:09:02 +0000 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 08U3n8PD071704; Wed, 30 Sep 2020 11:49:08 +0800 (GMT-8) (envelope-from ryan_chen@aspeedtech.com) Received: from localhost.localdomain (192.168.10.9) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 30 Sep 2020 12:08:31 +0800 From: Ryan Chen To: Joel Stanley , Andrew Jeffery , , , , , Subject: [PATCH 2/3] usb: host: add uhci compatible support for ast2600-uhci Date: Wed, 30 Sep 2020 12:08:22 +0800 Message-ID: <20200930040823.26065-3-ryan_chen@aspeedtech.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200930040823.26065-1-ryan_chen@aspeedtech.com> References: <20200930040823.26065-1-ryan_chen@aspeedtech.com> MIME-Version: 1.0 X-Originating-IP: [192.168.10.9] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 08U3n8PD071704 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200930_050900_240303_7107E146 X-CRM114-Status: GOOD ( 10.19 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.4 on casper.infradead.org summary: Content analysis details: (-1.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ryan Chen Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Add support for AST2600 SOC UHCI driver. Signed-off-by: Ryan Chen Reviewed-by: Tao Ren Reviewed-by: Joel Stanley Acked-by: Alan Stern --- 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..fa40fe125c2a 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");