Re: [PATCH] mfd: axp20x: drop info message on successful probe

2022-10-18 Thread Sascha Hauer
On Mon, Oct 17, 2022 at 09:05:17AM +0200, Ahmad Fatoum wrote: > Successful probe is expected and doesn't warrant a message. The driver > will already print that what variant in that case. In the error case, > we will get an error message anyway, so this log message serves no > purpose. > > Signed-

Re: [PATCH 1/2] ARM: i.MX7: replace hardcoded UART clocking defines

2022-10-18 Thread Sascha Hauer
On Mon, Oct 17, 2022 at 09:07:01AM +0200, Ahmad Fatoum wrote: > We currently have the clock defines for 1-3, but lack 4-6. > Add generic defines that can be used for all of 1-6 and > start using them in the header. > > The old defines are not used outside the file, so drop them. > Out-of-tree user

Re: [PATCH 0/8] ARM: i.MX7: add serial download reboot mode

2022-10-18 Thread Sascha Hauer
On Mon, Oct 17, 2022 at 09:09:52AM +0200, Ahmad Fatoum wrote: > BootROM can be forced into USB recovery on i.MX7 just like on the > i.MX8M, with the difference that reset is a bit more involved, > because warm resets via watchdogs are broken on this SoC. > > We do a bit of cleanup and then tackle

Re: [PATCH] usb: gadget: fsl_udc: add imx7_barebox_(load/start)_usb

2022-10-18 Thread Sascha Hauer
On Mon, Oct 17, 2022 at 09:10:36AM +0200, Ahmad Fatoum wrote: > These can be called from barebox PBL when booted from USB to continue > USB boot. This isn't necessary in the general case when RAM setup is > done via DCD, but for cases where setup is done in PBL, these helpers > come in handy. Teste

Re: [PATCH] ARM: i.MX: xload-gpmi-nand: refactor for more SoC support

2022-10-18 Thread Sascha Hauer
On Mon, Oct 17, 2022 at 09:11:27AM +0200, Ahmad Fatoum wrote: > The code hardcodes i.MX6 addresses, which needs to be factored out for > use in other SoCs' startup. Do this by creating a new imx_nand_params > to hold these information and passing it into the now more generic > code. > > No functio

Re: [PATCH next 1/3] ARM: i.MX8MP: EVK: convert to board driver and enable deep-probe

2022-10-18 Thread Sascha Hauer
On Mon, Oct 17, 2022 at 06:18:16PM +0200, Marco Felsch wrote: > Convert the driver to the board driver mechanism. While on it enable the > deep-probe support and add a comment about the ENET1_RGMII_EN bit > setting. > > Signed-off-by: Marco Felsch > --- > arch/arm/boards/nxp-imx8mp-evk/board.c |

Re: [RFT PATCH master 0/3] soc: imx8m-featctrl: fixes and first 8MP support

2022-10-18 Thread Sascha Hauer
On Mon, Oct 17, 2022 at 03:49:26PM +0200, Ahmad Fatoum wrote: > Newer upstream kernels may fail to boot with less featureful 8MP SoCs, > because barebox doesn't fix the DT up appropriately. Fix that. > > @Hans, could you give this a test? I tested on 8MM only. > > Ahmad Fatoum (3): > dt-binding

Re: [PATCH master] resource: fix recently broken memory bank fusing

2022-10-18 Thread Sascha Hauer
On Mon, Oct 17, 2022 at 03:39:00PM +0200, Ahmad Fatoum wrote: > barebox will fuse overlapping memory banks to avoid the common issue of > the device tree being modified upstream to contain a minimum RAM size > that would then conflict with a RAM size barebox determines by > querying the memory cont