[U-Boot] [PATCH RFC V1 02/18] mx6: iomux: add GPR1 defines
Troy Kisky
troy.kisky at boundarydevices.com
Tue Jul 16 22:47:30 CEST 2013
Signed-off-by: Troy Kisky <troy.kisky at boundarydevices.com>
---
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 d67f600..5a2e75f 100644
--- a/arch/arm/include/asm/arch-mx6/iomux.h
+++ b/arch/arm/include/asm/arch-mx6/iomux.h
@@ -22,6 +22,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)
--
1.8.1.2
More information about the U-Boot
mailing list