commit | d560a676c4973ced30595bfe9904cb317d8a6e9c | [log] [tgz] |
---|---|---|
author | Christian Gmeiner <christian.gmeiner@gmail.com> | Tue Feb 22 17:23:25 2022 +0100 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Feb 24 13:38:25 2022 +0530 |
tree | 9f6b032b5e206fcdf242db57e2b7fc7dc645a2f7 | |
parent | 03722cf8743e582e75e6cf0d1c7b55e8b74aafa9 [diff] |
spi: cadence-qspi: Make reset control optional 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 <christian.gmeiner@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>