Re: [PATCH 2/3] test: sandbox: enable GPIO_DELAY
Simon Glass <[email protected]> Thu, 6 Aug 2026 07:23:13 -0600
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <CAFLszTg41Y0eBvUrnGddGENsHQ+cB2yh7RkpVbDnKSTA7MT=Lg__43275.399894786$1786022655$gmane$org@mail.gmail.com> |
On 2026-07-30T09:48:14, Pranav Sanwal <[email protected]> wrote: > test: sandbox: enable GPIO_DELAY > > Enable CONFIG_GPIO_DELAY on sandbox and sandbox64 so the gpio-delay > driver gets sandbox coverage, and add a gpio-delay-test node wrapping > two real GPIO lines (gpio_a 9 and 18), along with test6-gpios and > test7-gpios consumer properties for use by an upcoming test. > > Verified the existing sandbox test suite (ut dm, pytest) still passes > unchanged with the driver enabled and the new node present. > > Signed-off-by: Pranav Sanwal <[email protected]> > > arch/sandbox/dts/test.dts | 10 ++++++++++ > configs/sandbox64_defconfig | 1 + > configs/sandbox_defconfig | 1 + > 3 files changed, 12 insertions(+) Reviewed-by: Simon Glass <[email protected]>