commit | ae525189f032f3ee2edadc6bc66b29e96969592c | [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 | 8065a4e83d0e6bc3db843b24ba58ad2ee238c0cf [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>