Revert "ARM: davinci: da850: Manual pinmux only when PINCTRL not available"
authorAdam Ford <aford173@gmail.com>
Wed, 31 Jul 2019 14:17:31 +0000 (09:17 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 31 Jul 2019 18:20:47 +0000 (14:20 -0400)
commitb9ad74d9011ef13dbed3ed43b858dc2ef63faf82
tree880562067acbc3aedf3a2c3fb1d5db0467594ddc
parent51443f57d868dc622eb9ad367ac7f7a173ed986e
Revert "ARM: davinci: da850: Manual pinmux only when PINCTRL not available"

This reverts commit 877ab2423bc257045a06bc23d4b9440b82bda6fb.

The above patch was designed to shrink code by only pin-muxing items
needed for SPL in SPL and relying on driver model or SPL to mux other
items.  Unfortunately, da850evm_direct_nor doesn't use SPL so items
that were only muxed during SPL are not muxed causing the board
to no longer boot.

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