Re: [PATCH v9 5/6] reset: rzv2h-usb2phy: Convert to regmap API
From: Philipp Zabel
Date: Wed Apr 01 2026 - 05:30:51 EST
On Mi, 2026-04-01 at 11:10 +0200, Tommaso Merciai wrote:
[...]
>
> Then we can have:
>
> static const struct reg_sequence rzv2h_init_seq[] = {
> { .reg = 0xc10, .def = 0x67c },
> { .reg = 0xc14, .def = 0x01f },
> { .reg = 0x600, .def = 0x909 },
> };
>
> static const struct reg_sequence rzv2h_assert_seq[] = {
> { .reg = 0xb04, .def = 0x303 },
> { .reg = 0x000, .def = 0x206, .delay_us = 20 },
This will call fsleep(20), which maps to usleep_range(20, 25).
Please comment on why the delay is changed in the commit message.
regards
Philipp