diff options
author | Robert Marko <robert.marko@sartura.hr> | 2024-04-24 11:46:24 +0200 |
---|---|---|
committer | Caleb Connolly <caleb.connolly@linaro.org> | 2024-07-05 12:04:47 +0200 |
commit | 65d54dcb266518e06eceaefabef74be556c04157 (patch) | |
tree | 18a5a2fbc0f4067bd536c9e69fe9825a90a0f364 | |
parent | 51bff28a8c98dd9e50ec4ee0f0836dbf95f80433 (diff) |
MAINTAINERS: IPQ40XX: add clock-ipq4019 instead of reset driver
The reset handling was added to the clock drivers but the entry was never
updated, so add the clock-ipq4019 driver instead.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a64d414b2fc..dafeb4f7aea 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -338,7 +338,7 @@ M: Luka Perkov <luka.perkov@sartura.hr> S: Maintained F: arch/arm/mach-ipq40xx/ F: include/dt-bindings/clock/qcom,gcc-ipq4019.h -F: drivers/reset/reset-ipq4019.c +F: drivers/clk/qcom/clock-ipq4019.c F: drivers/phy/phy-qcom-ipq4019-usb.c F: drivers/spi/spi-qup.c F: drivers/net/mdio-ipq4019.c |