diff options
author | Lukas Bulwahn <[email protected]> | 2023-07-31 13:48:56 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2023-08-11 09:19:12 +0100 |
commit | 6ac1bb86953cc8a2419a4845de56c280b6f62890 (patch) | |
tree | 52b3eb9ae9164d0a64a2c04efbf2c2300135b2eb | |
parent | b102ce6d847a715732174cfe7119a350f69f3511 (diff) |
MAINTAINERS: correct file entry in STARFIVE JH7110 DPHY RX DRIVER
Commit f8aa660841bc ("phy: starfive: Add mipi dphy rx support") adds the
MAINTAINERS section STARFIVE JH7110 DPHY RX DRIVER referring to
'phy-starfive-dphy-rx.c', but the file actually added in this commit is
named 'phy-jh7110-dphy-rx.c'.
Correct the file entry in STARFIVE JH7110 DPHY RX DRIVER.
Signed-off-by: Lukas Bulwahn <[email protected]>
Reviewed-by: Changhuang Liang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0f28f3f8f700..e6fa4931e373 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20270,7 +20270,7 @@ M: Jack Zhu <[email protected]> M: Changhuang Liang <[email protected]> S: Supported F: Documentation/devicetree/bindings/phy/starfive,jh7110-dphy-rx.yaml -F: drivers/phy/starfive/phy-starfive-dphy-rx.c +F: drivers/phy/starfive/phy-jh7110-dphy-rx.c STARFIVE JH7110 MMC/SD/SDIO DRIVER M: William Qiu <[email protected]> |