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>
This commit is contained in:
parent
8065a4e83d
commit
ae525189f0
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ const struct pad_conf_entry core_padconf_array_essential[] = {
|
|||
{GPMC_A13, (IEN | PDIS | M1)}, /* QSPI1_RTCLK */
|
||||
{GPMC_A14, (IEN | PDIS | M1)}, /* QSPI1_D[3] */
|
||||
{GPMC_A15, (IEN | PDIS | M1)}, /* QSPI1_D[2] */
|
||||
{GPMC_A16, (IEN | PDIS | M1)}, /* QSPI1_D[1] */
|
||||
{GPMC_A17, (IEN | PDIS | M1)}, /* QSPI1_D[0] */
|
||||
{GPMC_A16, (IEN | PDIS | M1)}, /* QSPI1_D[0] */
|
||||
{GPMC_A17, (IEN | PDIS | M1)}, /* QSPI1_D[1] */
|
||||
{GPMC_A18, (M1)}, /* QSPI1_SCLK */
|
||||
{GPMC_A3, (IEN | PDIS | M1)}, /* QSPI1_CS2 */
|
||||
{GPMC_A4, (IEN | PDIS | M1)}, /* QSPI1_CS3 */
|
||||
|
|
Loading…
Reference in a new issue