diff options
author | Nishanth Menon <nm@ti.com> | 2016-11-25 11:14:22 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 13:54:55 -0500 |
commit | 89a38953bdeda4288c8f602eae0552325395a71a (patch) | |
tree | a2473b0d894932c1103db3f1a69559beaa367ef3 /arch | |
parent | 5d43e168eb1fb18ab8733f27de48f51583bb1dd3 (diff) | |
download | u-boot-89a38953bdeda4288c8f602eae0552325395a71a.tar.gz u-boot-89a38953bdeda4288c8f602eae0552325395a71a.tar.xz u-boot-89a38953bdeda4288c8f602eae0552325395a71a.zip |
board: ti: am572x: Add pinmux for X15/GPEVM SR2.0 using latest PMT
Update the board pinmux for AM572x-IDK board using latest PMT[1] and the
board files named am572x_gp_evm_A3a_sr2p0 that were autogenerated on
19th October, 2016 by "Ahmad Rashed<a-rashed@ti.com>".
[1] https://dev.ti.com/pinmux/app.html#/default/
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-omap5/mux_dra7xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap5/mux_dra7xx.h b/arch/arm/include/asm/arch-omap5/mux_dra7xx.h index 2115abb555..5eed98ca27 100644 --- a/arch/arm/include/asm/arch-omap5/mux_dra7xx.h +++ b/arch/arm/include/asm/arch-omap5/mux_dra7xx.h @@ -362,7 +362,7 @@ #define EMU3 0x454 #define EMU4 0x458 #define RESETN 0x45C -#define NMIN 0x460 +#define NMIN_DSP 0x460 #define RSTOUTN 0x464 #endif /* _MUX_DRA7XX_H_ */ |