u-boot-brain/board/compulab/cl-som-am57x
Suman Anna 101d2171e1 arm: am57xx: cl-som-am57x: Use new pinctrl macros
Commit 6ae4c3efbd ("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>
2017-09-14 21:32:55 -04:00
..
cl-som-am57x.c mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC 2017-05-15 18:28:23 +09:00
eth.c env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() 2017-08-16 08:30:44 -04:00
Kconfig arm: am57xx: cl-som-am57x: add initial board support 2017-01-02 11:14:06 -05:00
MAINTAINERS arm: am57xx: cl-som-am57x: add initial board support 2017-01-02 11:14:06 -05:00
Makefile arm: am57xx: cl-som-am57x: add ETH support 2017-01-02 11:14:07 -05:00
mux.c arm: am57xx: cl-som-am57x: Use new pinctrl macros 2017-09-14 21:32:55 -04:00
spl.c ARM: am57xx: cl-som-am57x: support for AM5718 2017-06-05 14:13:01 -04:00