diff options
author | Cai Huoqing <[email protected]> | 2021-10-14 19:02:14 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-10-14 07:22:40 -0700 |
commit | ea142b09a6399fb2c35c07198e3f0e2423273540 (patch) | |
tree | b9fbbfd9dab76222202a1216e5704fed9ae9b7f6 | |
parent | a2d859e3fc97e79d907761550dbc03ff1b36479c (diff) |
MAINTAINERS: Update the devicetree documentation path of imx fec driver
Change the devicetree documentation path
to "Documentation/devicetree/bindings/net/fsl,fec.yaml"
since 'fsl-fec.txt' has been converted to 'fsl,fec.yaml' already.
Signed-off-by: Cai Huoqing <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 17f652b2f653..c4f2f3382e26 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7440,7 +7440,7 @@ FREESCALE IMX / MXC FEC DRIVER M: Joakim Zhang <[email protected]> S: Maintained -F: Documentation/devicetree/bindings/net/fsl-fec.txt +F: Documentation/devicetree/bindings/net/fsl,fec.yaml F: drivers/net/ethernet/freescale/fec.h F: drivers/net/ethernet/freescale/fec_main.c F: drivers/net/ethernet/freescale/fec_ptp.c |