diff options
| author | Igor Prusov <[email protected]> | 2023-10-18 00:32:10 +0300 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2023-10-18 09:46:01 +0200 |
| commit | 43a0b2cb9be2320615aa1cfc5318857ebce3b488 (patch) | |
| tree | ddd439dff21edf6f7ba435c70acbebb054265450 /drivers | |
| parent | f699cb1dd5f4c55aa3f593c226ec797730d02f10 (diff) | |
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/[email protected]/
Signed-off-by: Igor Prusov <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/serial/serial_meson.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/serial_meson.c b/drivers/serial/serial_meson.c index 934de2ab235..be5f380f850 100644 --- a/drivers/serial/serial_meson.c +++ b/drivers/serial/serial_meson.c @@ -232,6 +232,7 @@ static const struct dm_serial_ops meson_serial_ops = { static const struct udevice_id meson_serial_ids[] = { { .compatible = "amlogic,meson-uart" }, { .compatible = "amlogic,meson-gx-uart" }, + { .compatible = "amlogic,meson-a1-uart" }, { } }; |
