diff options
author | Sergiu Moga <[email protected]> | 2022-09-23 14:34:18 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-09-24 10:17:29 +0200 |
commit | 4c8928850c9dc5c849ee37d89a79d44a283bdd87 (patch) | |
tree | 79ef050b1c0ca6e2fc5b7c304c3b80bd237f1407 | |
parent | adafbbf6895eb0ce41a313c6ee68870ab9aa93cd (diff) |
MAINTAINERS: Solve warning regarding inexistent atmel-usart binding
After the conversion to json-schema, what was previously known as
`Documentation/devicetree/bindings/mfd/atmel-usart.txt`
has been moved to another bindings directory and renamed to
`Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml`.
Thus, make `MAINTAINERS` reflect this change.
Fixes: b9e947fbf008 ("dt-bindings: serial: atmel,at91-usart: convert to json-schema")
Reported-by: kernel test robot <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Sergiu Moga <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d30f26e07cd3..7308dfba6f0e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13292,7 +13292,7 @@ F: include/dt-bindings/dma/at91.h MICROCHIP AT91 SERIAL DRIVER M: Richard Genoud <[email protected]> S: Maintained -F: Documentation/devicetree/bindings/mfd/atmel-usart.txt +F: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml F: drivers/tty/serial/atmel_serial.c F: drivers/tty/serial/atmel_serial.h @@ -13300,7 +13300,7 @@ MICROCHIP AT91 USART MFD DRIVER M: Radu Pirea <[email protected]> S: Supported -F: Documentation/devicetree/bindings/mfd/atmel-usart.txt +F: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml F: drivers/mfd/at91-usart.c F: include/dt-bindings/mfd/at91-usart.h @@ -13308,7 +13308,7 @@ MICROCHIP AT91 USART SPI DRIVER M: Radu Pirea <[email protected]> S: Supported -F: Documentation/devicetree/bindings/mfd/atmel-usart.txt +F: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml F: drivers/spi/spi-at91-usart.c MICROCHIP AUDIO ASOC DRIVERS |