commit | 3c29d261bcc5142820e7f1f8821995ffee81cc6b | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Jul 31 09:17:31 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 31 14:20:47 2019 -0400 |
tree | 880562067acbc3aedf3a2c3fb1d5db0467594ddc | |
parent | 397b062ae815cc30cbaa8c093cc6ff80a19d5c44 [diff] |
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>