MAINTAINERS: Solve warning regarding inexistent atmel-usart binding
authorSergiu Moga <sergiu.moga@microchip.com>
Fri, 23 Sep 2022 11:34:18 +0000 (14:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 08:17:29 +0000 (10:17 +0200)
commit4c8928850c9dc5c849ee37d89a79d44a283bdd87
tree79ef050b1c0ca6e2fc5b7c304c3b80bd237f1407
parentadafbbf6895eb0ce41a313c6ee68870ab9aa93cd
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 <lkp@intel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
Link: https://lore.kernel.org/r/20220923113415.90236-1-sergiu.moga@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS