On Fri, Oct 04, 2024 at 02:07:39PM +0200, Catalin Popescu wrote: > Add compatible value "mmc-pwrseq-simple-reset" to support reset control > instead of gpios. Reset controls being refcounted, they allow to use > shared resets or gpios across drivers. Support of reset control is > limited to one single reset control. Can't you do this without a binding change? Just use reset controls when there is only 1 GPIO. > > Signed-off-by: Catalin Popescu <catalin.popescu@xxxxxxxxxxxxxxxxxxxx> > --- > .../bindings/mmc/mmc-pwrseq-simple.yaml | 21 +++++++++++++++++-- > 1 file changed, 19 insertions(+), 2 deletions(-)