arm: am57xx: cl-som-am57x: Use new pinctrl macros
authorSuman Anna <s-anna@ti.com>
Fri, 8 Sep 2017 19:08:24 +0000 (14:08 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 15 Sep 2017 01:32:55 +0000 (21:32 -0400)
commit101d2171e10951d115fd9229c5edc883f1833e96
tree082165619e79fa98efaf9bc2c733d0c9403dfb9b
parent5541543f686b43210fb92181003ff7175d4ab036
arm: am57xx: cl-som-am57x: Use new pinctrl macros

Commit 6ae4c3efbd62 ("ARM: DRA7: Add pinctrl register definitions")
has added new macros for pinmux configuration in line with the
kernel definitions. Fixup the current pinctrl data for the CompuLab
CL-SOM-AM57x board to use these new macros to facilitate the removal
of the old macros.

NOTE:
The PEN and PDIS macro values used previously were actually defined
inversely, a value of 1 in bit position 16 actually means that the
internal pullup/pulldown is disabled and not enabled as inferred by
PEN. So, previous pinmux config data such as (PDIS | PTU) is confusing
as it actually was meant for enabling internal pullup. The data is
fixed up only to be equivalent to the previous data.

Signed-off-by: Suman Anna <s-anna@ti.com>
board/compulab/cl-som-am57x/mux.c