]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blobdiff - packages/ti/board/src/am64x_evm/AM64x_pinmux_data.c
PDK-6948: Board: Updated am64x evm pinmux
[processor-sdk/pdk.git] / packages / ti / board / src / am64x_evm / AM64x_pinmux_data.c
index 002e4512df8043bfffd40efa617d5d901e6ada29..d6d4d14939679f357d61d28e38329558ef4846a6 100755 (executable)
@@ -76,17 +76,17 @@ static pinmuxPerCfg_t gFsi_rx0PinCfg[] =
     /* MyFSI_RX1 -> FSI_RX0_CLK -> V19 */\r
     {\r
         PIN_GPMC0_AD8, PIN_MODE(1) | \\r
-        ((PIN_PULL_DISABLE) & (~PIN_PULL_DIRECTION & ~PIN_INPUT_ENABLE))\r
+        ((PIN_PULL_DISABLE | PIN_INPUT_ENABLE) & (~PIN_PULL_DIRECTION))\r
     },\r
     /* MyFSI_RX1 -> FSI_RX0_D0 -> T17 */\r
     {\r
         PIN_GPMC0_AD9, PIN_MODE(1) | \\r
-        ((PIN_PULL_DISABLE) & (~PIN_PULL_DIRECTION & ~PIN_INPUT_ENABLE))\r
+        ((PIN_PULL_DISABLE | PIN_INPUT_ENABLE) & (~PIN_PULL_DIRECTION))\r
     },\r
     /* MyFSI_RX1 -> FSI_RX0_D1 -> R16 */\r
     {\r
         PIN_GPMC0_AD10, PIN_MODE(1) | \\r
-        ((PIN_PULL_DISABLE) & (~PIN_PULL_DIRECTION & ~PIN_INPUT_ENABLE))\r
+        ((PIN_PULL_DISABLE | PIN_INPUT_ENABLE) & (~PIN_PULL_DIRECTION))\r
     },\r
     {PINMUX_END}\r
 };\r