diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2023-02-22 12:46:11 +0000 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-03-06 12:17:49 -0800 |
commit | 26243872fe26ec0df7d81766253d00213990e382 (patch) | |
tree | a5d856396446681c6dc03874330587c0d298ddb7 /MAINTAINERS | |
parent | 0ffad67784a097beccf34d297ddd1b0773b3b8a3 (diff) | |
download | linux-26243872fe26ec0df7d81766253d00213990e382.tar.gz linux-26243872fe26ec0df7d81766253d00213990e382.tar.bz2 linux-26243872fe26ec0df7d81766253d00213990e382.zip |
MAINTAINERS: add missing clock driver coverage for Microchip FPGAs
When the CCC support was added, the clock binding coverage was
converted to a regex in commit 71c8517e004b ("MAINTAINERS: update
polarfire soc clock binding"), but the coverage for the clock drivers
themselves was not updated. Rectify that now.
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230222124610.257101-1-conor.dooley@microchip.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f305..cfd630ce68e7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17989,7 +17989,7 @@ F: Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml F: Documentation/devicetree/bindings/usb/microchip,mpfs-musb.yaml F: arch/riscv/boot/dts/microchip/ F: drivers/char/hw_random/mpfs-rng.c -F: drivers/clk/microchip/clk-mpfs.c +F: drivers/clk/microchip/clk-mpfs*.c F: drivers/i2c/busses/i2c-microchip-corei2c.c F: drivers/mailbox/mailbox-mpfs.c F: drivers/pci/controller/pcie-microchip-host.c |