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

2024-08-15 Thread Tom Rini
On Sat, Aug 10, 2024 at 09:52:49AM -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, makin

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

2024-08-11 Thread Simon Glass
Hi Sean, On Sat, 10 Aug 2024 at 07:52, 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, makin