Hi Wolfram, On Sat, Jul 5, 2025 at 9:15 AM Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > > Wow, Magnus! > > On Sat, Jun 28, 2025 at 10:26:24AM +0200, Magnus Damm wrote: > > From: Magnus Damm <damm@xxxxxxxxxxxxx> > > > > Add pinctrl configuration to the Genmai board for the NOR Flash on CS0 and CS1. > > Very glad to see you again! Took a while to get my Genmai out of a far > away drawer, but now I set it up again. Thank you. > My board won't boot with this patch, though. I assume this is because > the address and data lines are shared with SDRAM and playing with those > while using them is not going to work? Yes, I think you are right. Before sending out I made the mistake to only test with the pinctrl driver in U-Boot, sorry. I've now written some code for the Linux pinctrl driver that makes the DT modifications in this patch to start working. Please search for: [PATCH] pinctrl: renesas: rza1: Check pin state before configuring Cheers, Magnus