From patchwork Thu Jun 14 02:45:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ran Wang X-Patchwork-Id: 929217 X-Patchwork-Delegate: yorksun@freescale.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=nxp.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 415p4W2JB9z9s0W for ; Thu, 14 Jun 2018 12:49:46 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 90F43C21CB6; Thu, 14 Jun 2018 02:47:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 6DDCAC21DEC; Thu, 14 Jun 2018 02:47:17 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id D9DBFC21DA2; Thu, 14 Jun 2018 02:46:20 +0000 (UTC) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by lists.denx.de (Postfix) with ESMTPS id 0073CC21D9A for ; Thu, 14 Jun 2018 02:46:17 +0000 (UTC) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 74C9F1A006D; Thu, 14 Jun 2018 04:46:16 +0200 (CEST) Received: from smtp.na-rdc02.nxp.com (inv1260.us-phx01.nxp.com [134.27.49.11]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 4120F1A004F; Thu, 14 Jun 2018 04:46:16 +0200 (CEST) Received: from az84smr01.freescale.net (az84smr01.freescale.net [10.64.34.197]) by inv1260.na-rdc02.nxp.com (Postfix) with ESMTP id AECFD40C72; Wed, 13 Jun 2018 19:46:15 -0700 (MST) Received: from mega.ap.freescale.net ([10.192.208.232]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id w5E2k1a9017533; Wed, 13 Jun 2018 19:46:14 -0700 From: Ran Wang To: Priyanka Jain , York Sun Date: Thu, 14 Jun 2018 10:45:40 +0800 Message-Id: <1528944340-16921-2-git-send-email-ran.wang_1@nxp.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1528944340-16921-1-git-send-email-ran.wang_1@nxp.com> References: <1528944340-16921-1-git-send-email-ran.wang_1@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Cc: u-boot@lists.denx.de, Ran Wang Subject: [U-Boot] [PATCH 2/2] Revert "powerpc/T104xRDB: Fix endian access issue on EHCI intinalization" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" There was an EHCI endian accessor issue. Now it's fixed by commit 9829ce2ff25c ("usb: ehci: Fix accessors for big-endian platforms and descriptors") Revert commit e6a727fffec7b2002e ("powerpc/T104xRDB: Fix endian access issue on EHCI intinalization") due to it fix that issue in a wrong way. Actually, on T104x platform, USB EHCI register use little endian. Signed-off-by: Ran Wang --- include/configs/T104xRDB.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index a054b97..6ef662b 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -624,7 +624,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg #ifdef CONFIG_USB_EHCI_HCD #define CONFIG_USB_EHCI_FSL #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -#define CONFIG_EHCI_DESC_BIG_ENDIAN #endif #endif