Re: [PATCH v3] sandbox: Fix pinmux warnings with non-test devicetrees

2024-08-27 Thread Tom Rini
On Thu, 15 Aug 2024 22:38:22 -0400, Sean Anderson wrote: > The sandbox pinmux driver is used in the non-test devicetree as well as > the test one. I didn't realize this when I modified the driver for > tests, and so broke the regular use case (which only resulted in > warnings). First, making the

[PATCH v3] sandbox: Fix pinmux warnings with non-test devicetrees

2024-08-15 Thread Sean Anderson
The sandbox pinmux driver is used in the non-test devicetree as well as the test one. I didn't realize this when I modified the driver for tests, and so broke the regular use case (which only resulted in warnings). First, making the pinmux and the UART group available pre-relocation to avoid ENODEV