commit | c6474df9b00180936c591098cafaacbbb809052e | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Oct 09 12:53:56 2019 -0500 |
committer | Stefano Babic <sbabic@denx.de> | Sun Oct 13 22:49:11 2019 +0200 |
tree | de5f478e713a9696568fd18407e6e2c1b2a57f2e | |
parent | 0eff8c91b85683a98df24a1569b6d48315d90be2 [diff] |
ARM: imx6q_logic: Enable Pin muxing in SPL With the 256KB of OCRAM available to SPL now, there should be enough room to enable the pinmuxing in SPL from the device tree. This patch enables SPL_PINCTRL et al and adds the serial and usdhc pin mux references to the -u-boot.dtsi file so the pins can be configured from the device tree. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>