From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Wed, 24 Jan 2018 21:07:10 -0200 Subject: [U-Boot] [PATCH] imx: mx25: Remove SION bit in all pin-mux In-Reply-To: References: <1516805770-6712-1-git-send-email-michael@amarulasolutions.com> <42c042a8-169e-1843-a7f4-a46d4ef60d2a@wsystem.com> <6ab6f607-1736-2123-6387-636c8e452046@wsystem.com> 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 Michael, On Wed, Jan 24, 2018 at 3:46 PM, Michael Nazzareno Trimarchi wrote: > This is exactly my initial propose. Can we give a try and manage on board level? The kernel should not rely on the IOMUX setting done by the bootloader. Do you use 0x80000000 in your dts IOMUX configuration by any chance? 0x80000000 means that the kernel will not do IOMUX configuration and will use the IOMUX value that comes from the bootloader. It seems you can fix your USB problem by not using the IOMUX value from the bootloader and just use the good IOMUX (without SION) explicitly in your dts. Does it fix the problem?