From patchwork Fri Dec 2 04:13:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 86229 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp90632qgi; Thu, 1 Dec 2016 20:39:52 -0800 (PST) X-Received: by 10.237.59.50 with SMTP id p47mr41306930qte.157.1480653592551; Thu, 01 Dec 2016 20:39:52 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t32si2026668qtt.255.2016.12.01.20.39.52; Thu, 01 Dec 2016 20:39:52 -0800 (PST) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 04EB360C45; Fri, 2 Dec 2016 04:39:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id D7CB46300D; Fri, 2 Dec 2016 04:22:35 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id B273D62F11; Fri, 2 Dec 2016 04:22:10 +0000 (UTC) Received: from mail-pg0-f43.google.com (mail-pg0-f43.google.com [74.125.83.43]) by lists.linaro.org (Postfix) with ESMTPS id 7737662F11 for ; Fri, 2 Dec 2016 04:16:13 +0000 (UTC) Received: by mail-pg0-f43.google.com with SMTP id p66so102724114pga.2 for ; Thu, 01 Dec 2016 20:16:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=p5/xLMkK2J45Ovq9+rYSA7hqJlowbLkn3ns9LHHZgjU=; b=JQE2OoTyDzhblrLnlma1FqRCB3WE2XnZ6AC1Qzfj0G4snZkZQNUsl+DlNWNtWmM2mF rOCt/j/mui6XjXTd04D8eJu9KYtEKqTyKlOI3rEJK97mc4XflQTyUTH1rj9AtGlIKkzT j3d+81T921VZdMLmvmuIKYE7Jthk+jl00P3CDQdNXCu+rX+VnG8YwNLH8Nlr4inxq80+ xByhJ9iWAH38Q6FsYL7Fe/1hDI+pARQxcjNVGdcsFP0BnOJ346HpccrY8XrhRpmre5OY //ZxkygNQu1jbuucIue7QDU4S5ELHYglChyxO+DpErjyHIFClb2a6TzV01WKGGSM3U+X MwMw== X-Gm-Message-State: AKaTC02QLuihscHCZXojSEEBqYz0fYg7ZjIdMHlYFV16MQXZwZi0hTPPSurnj0GkTFEgos2LfAg= X-Received: by 10.99.55.79 with SMTP id g15mr75541426pgn.65.1480652172815; Thu, 01 Dec 2016 20:16:12 -0800 (PST) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id u78sm3402349pfa.53.2016.12.01.20.16.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Dec 2016 20:16:12 -0800 (PST) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Fri, 2 Dec 2016 12:13:30 +0800 Message-Id: <1480652017-31676-38-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1480652017-31676-1-git-send-email-heyi.guo@linaro.org> References: <1480652017-31676-1-git-send-email-heyi.guo@linaro.org> Cc: Kefeng Wang , sunchenhui@huawei.com, wanghuiqiang@huawei.com Subject: [Linaro-uefi] [linaro-uefi v5 37/44] D03/USB: fix ehci interrupt pin number X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" The defination of OHCI and EHCI hardware pins are wrong, the OHCI pin number is 640, and the EHCI hardware pin number is 641, correct them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Kefeng Wang Signed-off-by: Heyi Guo Reviewed-by: Graeme Gregory Reviewed-by: Leif Lindholm --- Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Mbig.asl | 2 +- Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Usb.asl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Mbig.asl b/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Mbig.asl index afd6b47..7265ac8 100644 --- a/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Mbig.asl +++ b/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Mbig.asl @@ -23,7 +23,7 @@ Scope(_SB) }) Name(_PRS, ResourceTemplate() { - Interrupt(ResourceProducer, Edge, ActiveHigh, Exclusive, 0,,) {0x41, 0x42} + Interrupt(ResourceProducer, Edge, ActiveHigh, Exclusive, 0,,) {640, 641} //OHCI: 640, EHCI 641 }) Name(_DSD, Package () { diff --git a/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Usb.asl b/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Usb.asl index 8429a4b..9132965 100644 --- a/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Usb.asl +++ b/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Usb.asl @@ -34,7 +34,7 @@ Scope(_SB) ) Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, 0, "\\_SB.MBI0") { - 0x00000041, + 641, //EHCI } }) Return (RBUF) /* \_SB_.USB0._CRS.RBUF */