diff options
author | Suman Anna <s-anna@ti.com> | 2017-09-08 14:08:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-14 21:32:55 -0400 |
commit | 101d2171e10951d115fd9229c5edc883f1833e96 (patch) | |
tree | 082165619e79fa98efaf9bc2c733d0c9403dfb9b /fs | |
parent | 5541543f686b43210fb92181003ff7175d4ab036 (diff) |
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions