From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Tue, 4 Jun 2019 11:15:21 -0300 Subject: [U-Boot] [PATCH 2/5] mx6sabreauto: Select pinctrl driver In-Reply-To: <20190603190029.10373-3-sjoerd.simons@collabora.co.uk> References: <20190603190029.10373-1-sjoerd.simons@collabora.co.uk> <20190603190029.10373-3-sjoerd.simons@collabora.co.uk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sjoerd, On Mon, Jun 3, 2019 at 4:01 PM Sjoerd Simons wrote: > > With the conversion to DM we should select the pinctrl driver. > > Signed-off-by: Sjoerd Simons I did the same for mx6sabresd initially, but then later I realized that it would be better to fix this globally like this: https://lists.denx.de/pipermail/u-boot/2019-May/370740.html Hopefully Stefano can apply this version and then we can fix all i.MX boards that were converted to DM automatically.