Re: [PATCH] spi: cadence-qspi: Make reset control optinal

2022-02-24 Thread Jagan Teki
On Tue, Feb 22, 2022 at 9:53 PM Christian Gmeiner wrote: > > In the TI am65 device tree files there is no reset defined. Also > the Linux kernel driver uses devm_reset_control_get_optional_exclusive(..) > to get the reset. > > Lets do the same as the kernel does and make thr reset optinal. > >

[PATCH] spi: cadence-qspi: Make reset control optinal

2022-02-22 Thread Christian Gmeiner
In the TI am65 device tree files there is no reset defined. Also the Linux kernel driver uses devm_reset_control_get_optional_exclusive(..) to get the reset. Lets do the same as the kernel does and make thr reset optinal. Signed-off-by: Christian Gmeiner --- drivers/spi/cadence_qspi.c | 14