From patchwork Thu Aug 1 22:18: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: 264130 X-Patchwork-Delegate: marek.vasut@gmail.com 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 EAF0C2C007E for ; Fri, 2 Aug 2013 08:22:17 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3E9834A037; Fri, 2 Aug 2013 00:21:52 +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 mzZC6WgQbAIG; Fri, 2 Aug 2013 00:21:52 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 61F7F4A03A; Fri, 2 Aug 2013 00:20:13 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F3DC74A08B for ; Fri, 2 Aug 2013 00:19:56 +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 RkDijvy6cvlL for ; Fri, 2 Aug 2013 00:19:52 +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-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by theia.denx.de (Postfix) with ESMTPS id 655AB4A02C for ; Fri, 2 Aug 2013 00:19:27 +0200 (CEST) Received: by mail-pd0-f178.google.com with SMTP id w10so2484472pde.23 for ; Thu, 01 Aug 2013 15:19:24 -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=jVMrXkT5YRZqxmKDmjvNFWruNWyADhvyoqCpjL/Gmx/xAzxWPNDezkt9L5oa049GqX 7sNmq+ridWcSWPmSI5BFEIIlB+9H6ziwQNnPByau7XyUzrifm0aOcLWAsznjex2PTPvn ehg7zH8hlj+y3/u9tmc6GqGId3yJzQcnUtM5tdxrO+CiRHs2LYPztqTZ2P6Fg6/HRkaG v58ZHSwiy5w3t9CjCctNrWyKww3QSGhn4m4ssMetaGS2/ND/kKaxtuBgxNWokKn3TTNc ExPaaS27isujfjsJau28lLvC+jcKaoxIcDDA9NC7ZZbzG1fytIYtzrtk/9gOj2GLpd/8 TPSw== X-Received: by 10.66.176.143 with SMTP id ci15mr6795684pac.146.1375395564534; Thu, 01 Aug 2013 15:19:24 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id w8sm6383625pab.12.2013.08.01.15.19.22 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 01 Aug 2013 15:19:24 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1V51DM-0004ql-8a; Thu, 01 Aug 2013 15:19:20 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Thu, 1 Aug 2013 15:18:19 -0700 Message-Id: <1375395521-18569-3-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375395521-18569-1-git-send-email-troy.kisky@boundarydevices.com> References: <1375395521-18569-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQlb4zbNj9jbySMyGANnxVPd5dMtp2LFcCCpQ8FfWneCvTZqcHusYnMiszBL4/3kzpJzyc6e Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V2 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)