commit | da114f00daab69f573ca0cefc784358a09f9d522 | [log] [tgz] |
---|---|---|
author | Lubomir Popov <lpopov@mm-sol.com> | Mon Nov 10 18:34:10 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Dec 04 21:28:31 2014 -0500 |
tree | 50d32ec8fde40242f41abf54f463a1a54ae460bf | |
parent | 6d2f98547237e51d4769a217bca3bea89b501bda [diff] |
ARM: OMAP5: DRA7xx: Fix misleading comments in mux_data.h The comments on the QSPI pad assignments erronously swapped the qspi1_d0 and qspi1_d1 functionality and could cause confusion. QSPI1_D[0] is in fact muxed on pad U1 (gpmc_a16), and QSPI1_D[1] - on pad P3 (gpmc_a17). Fixing comments. Signed-off-by: Lubomir Popov <l-popov@ti.com> Reviewed-by: Tom Rini <trini@ti.com>