From patchwork Thu Aug 1 23:27:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 264154 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 965232C008C for ; Fri, 2 Aug 2013 09:29:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 103D24A0AE; Fri, 2 Aug 2013 01:29:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tKtKAaGSgVN9; Fri, 2 Aug 2013 01:29:44 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 01B3A4A058; Fri, 2 Aug 2013 01:28:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A332E4A0BA for ; Fri, 2 Aug 2013 01:28:15 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DEN5xZ8BQEM5 for ; Fri, 2 Aug 2013 01:28:11 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by theia.denx.de (Postfix) with ESMTPS id 815DB4A049 for ; Fri, 2 Aug 2013 01:27:50 +0200 (CEST) Received: by mail-pa0-f54.google.com with SMTP id kx1so2696549pab.27 for ; Thu, 01 Aug 2013 16:27:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=hnnCYbx9vJq/IuKdWbfkJC+nT9Ycy2ecq9KunjwCvg4=; b=SWkpPSF97ng3gEy4DPP3yMCOySQ53NPaa66yfB/767OuTraoZxaEJho2FuRHTrp4PT e5dlKlH5SvWY4aFXVPFPE9Q907wdK7Kub/dX1/oYFmRaRBYyNNkVeYew2bnmBqYCBghK fErg1945TNK+jTs0NTCcEkfxLvfg6O9VvWGgRO48WUO8PMjttlwy+Y3++yyX1/zpfTT+ W32yyvkjj+BBxWrxRUONgrQBRY1L1DlRWL927RFoi/zaxHYD64YQMNnGZmisQ7tSQ2tb WdiO72/17a7pBU23SmiAkIo7+Ts2R2YHw6/a7AltiRO14misskEmU7HS/q1sRiCpT83x 9BaQ== X-Received: by 10.68.33.10 with SMTP id n10mr428080pbi.3.1375399668191; Thu, 01 Aug 2013 16:27:48 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id t9sm6105071pba.46.2013.08.01.16.27.45 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 01 Aug 2013 16:27:47 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1V52HW-0006gc-Cl; Thu, 01 Aug 2013 16:27:42 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Thu, 1 Aug 2013 16:27:19 -0700 Message-Id: <1375399657-25642-3-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375399657-25642-1-git-send-email-troy.kisky@boundarydevices.com> References: <1375399657-25642-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQk7vv5LvKB9k0iBU3VsFuW9jCpNhRf/qVuW4iZ8F8/xj26EcEqMfyZ7ByNVmGxGxPwatuET Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V3 02/20] mx6: iomux: add GPR1 defines X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Troy Kisky --- arch/arm/include/asm/arch-mx6/iomux.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/iomux.h b/arch/arm/include/asm/arch-mx6/iomux.h index f4cfd4f..9e6d40f 100644 --- a/arch/arm/include/asm/arch-mx6/iomux.h +++ b/arch/arm/include/asm/arch-mx6/iomux.h @@ -10,6 +10,12 @@ #define MX6_IOMUXC_GPR7 0x020e001c /* + * IOMUXC_GPR1 bit fields + */ +#define IOMUXC_GPR1_OTG_ID_ENET_RX_ERR (0<<13) +#define IOMUXC_GPR1_OTG_ID_GPIO1 (1<<13) +#define IOMUXC_GPR1_OTG_ID_MASK (1<<13) +/* * IOMUXC_GPR13 bit fields */ #define IOMUXC_GPR13_SDMA_STOP_REQ (1<<30)