[U-Boot] [PATCH 2/3] ARM: imx6q_logic: Enable Pin muxing in SPL

2019-10-14 Thread sbabic
> 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.

Re: [U-Boot] [PATCH 2/3] ARM: imx6q_logic: Enable Pin muxing in SPL

2019-10-10 Thread Peng Fan
> Subject: [PATCH 2/3] 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

Re: [U-Boot] [PATCH 2/3] ARM: imx6q_logic: Enable Pin muxing in SPL

2019-10-09 Thread Fabio Estevam
On Wed, Oct 9, 2019 at 2:54 PM Adam Ford wrote: > > 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

[U-Boot] [PATCH 2/3] ARM: imx6q_logic: Enable Pin muxing in SPL

2019-10-09 Thread Adam Ford
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-