mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-17 17:51:27 +01:00
rockchip: serial driver support rk3036
Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
41c7f664b9
commit
a51dbebf30
1 changed files with 1 additions and 0 deletions
|
|
@ -428,6 +428,7 @@ static const struct udevice_id ns16550_serial_ids[] = {
|
|||
{ .compatible = "ns16550" },
|
||||
{ .compatible = "ns16550a" },
|
||||
{ .compatible = "nvidia,tegra20-uart" },
|
||||
{ .compatible = "rockchip,rk3036-uart" },
|
||||
{ .compatible = "snps,dw-apb-uart" },
|
||||
{ .compatible = "ti,omap2-uart" },
|
||||
{ .compatible = "ti,omap3-uart" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue