ARM: davinci: da850: Manual pinmux only when PINCTRL not available
authorAdam Ford <aford173@gmail.com>
Mon, 10 Jun 2019 18:25:08 +0000 (13:25 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 13 Jul 2019 15:11:29 +0000 (11:11 -0400)
commit877ab2423bc257045a06bc23d4b9440b82bda6fb
treec030c66f8d362bc0a4c977d8e09f0241fd3a0c4e
parent159a887e74a8bca5c9219996f0ffbab6d7dbff86
ARM: davinci: da850: Manual pinmux only when PINCTRL not available

With a recent update to the pinctrl-single driver and the fact
that the da850evm has both DM and OF_CONTROL working in both SPL
and U-Boot, some of the manual pinmuxing can be setup to only
be activated when either the driver doesn't have DM for it, or
when CONFIG_PINMUX isn't available (only during SPL).  If the
code ever shrinks enough to support PINCTRL in SPL, a lot of this
can go away.  This also remove some manual pinmuxing not needed
by SPL to give SPL a little more breathing room.

Signed-off-by: Adam Ford <aford173@gmail.com>
board/davinci/da8xxevm/da850evm.c