diff options
author | Cai Huoqing <caihuoqing@baidu.com> | 2021-10-14 19:02:14 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-10-14 07:22:40 -0700 |
commit | ea142b09a6399fb2c35c07198e3f0e2423273540 (patch) | |
tree | b9fbbfd9dab76222202a1216e5704fed9ae9b7f6 | |
parent | a2d859e3fc97e79d907761550dbc03ff1b36479c (diff) | |
download | linux-ea142b09a6399fb2c35c07198e3f0e2423273540.tar.gz linux-ea142b09a6399fb2c35c07198e3f0e2423273540.tar.bz2 linux-ea142b09a6399fb2c35c07198e3f0e2423273540.zip |
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 <caihuoqing@baidu.com>
Link: https://lore.kernel.org/r/20211014110214.3254-1-caihuoqing@baidu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-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 <qiangqing.zhang@nxp.com> L: netdev@vger.kernel.org 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 |