commit | 2cf66c458bcc0c6f978a44ad399ab22281c11989 | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Thu Aug 04 19:57:11 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 26 10:55:45 2022 -0400 |
tree | d367270c68afca0fd8e0d5f238bb322c692f6b9c | |
parent | aae3573792d44a3d1f0bd2beda2589b3bf260b88 [diff] |
reset: Convert ipq4019 driver to a generic Qcom driver Since the base functionality remains the same for a reset driver on Qcom SoCs, so leverage that to convert ipq4019 specific reset driver to a generic Qcom reset driver. With that one just need to provide SoC specific reset table. Signed-off-by: Sumit Garg <sumit.garg@linaro.org>