On Mon, Jun 08, 2020 at 02:06:35PM +0000, Aisheng Dong wrote: > > From: haibo.chen@xxxxxxx <haibo.chen@xxxxxxx> > > Sent: Monday, June 8, 2020 6:00 PM > > > > This patch block system booting, find on imx7d-sdb board. > > From the dts we can see, iomux and iomux_lpsr share the memory region > > [0x30330000-0x3033ffff], so will trigger the following issue: > > > > [ 0.179561] imx7d-pinctrl 302c0000.iomuxc-lpsr: initialized IMX pinctrl > > driver > > [ 0.191742] imx7d-pinctrl 30330000.pinctrl: can't request region for > > resource [mem 0x30330000-0x3033ffff] > > [ 0.191842] imx7d-pinctrl: probe of 30330000.pinctrl failed with error -16 > > > > This reverts commit ba403242615c2c99e27af7984b1650771a2cc2c9. > > Better add your sign-off. > Otherwise: > Reviewed-by: Dong Aisheng <aisheng.dong@xxxxxxx> > > Maybe you or Christophe could resubmit another proper fix for the original issue. I'm really sorry about that. This was largely my fault. I still don't understand how commit ba403242615c caused a problem. It sounds like in the original code ipctl->input_sel_base was released somehow? I do a `git grep input_sel_base` and it doesn't show anything. What am I missing? regards, dan carpenter