]> git.ipfire.org Git - thirdparty/u-boot.git/commit
serial: amlogic: Add UART compatible for A1 board
authorIgor Prusov <ivprusov@salutedevices.com>
Tue, 17 Oct 2023 21:32:10 +0000 (00:32 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Wed, 18 Oct 2023 07:46:01 +0000 (09:46 +0200)
commit43a0b2cb9be2320615aa1cfc5318857ebce3b488
treeddd439dff21edf6f7ba435c70acbebb054265450
parentf699cb1dd5f4c55aa3f593c226ec797730d02f10
serial: amlogic: Add UART compatible for A1 board

Add additional compatible to allow using serial driver with A1 board.
After compatible change in DTS [1], serial_meson driver should still be
able to work with console device.

[1] https://lore.kernel.org/all/20230705181833.16137-8-ddrokosov@sberdevices.ru/

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231017213211.121550-2-ivprusov@salutedevices.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/serial/serial_meson.c