]> git.baikalelectronics.ru Git - uboot.git/commit
serial: meson: Update compatible with new Linux bindings
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 29 Mar 2018 12:56:02 +0000 (14:56 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 10 Apr 2018 15:52:16 +0000 (11:52 -0400)
commit68851ce6ce699e775baaf42a102d6e9b5f7b8dbb
tree8a2af2402ed17bda1d176923fb78a6a055e593bb
parent10ffee47329bfac7fdbd8be06662468282352823
serial: meson: Update compatible with new Linux bindings

The Amlogic Meson SoCs serial bindings were not written when serial
support was pushed into Linux and U-Boot.
A clean bindings document has been merged into Linux tree to correctly
handle the multiple clocks feeding the serial peripheral.
This update the U-Boot serial_meson driver with the new compatible
string for Amlogic Meson GX Socs.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial_meson.c