diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-11 15:54:46 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-15 13:37:00 +0900 |
commit | 6462cdedc20b08ff5aa402a991ec89b3255ba51d (patch) | |
tree | 43a17bb1442a2daa1d3a3fe5667aee5879183feb /drivers/serial/serial_uniphier.c | |
parent | 79cee3cf5e541107ff8ae24ae7959175a1ac656b (diff) | |
download | u-boot-imx-6462cdedc20b08ff5aa402a991ec89b3255ba51d.zip u-boot-imx-6462cdedc20b08ff5aa402a991ec89b3255ba51d.tar.gz u-boot-imx-6462cdedc20b08ff5aa402a991ec89b3255ba51d.tar.bz2 |
ARM: UniPhier: adjust device trees for business transfer
Panasonic's System LSI products, UniPhier SoC family, have been
transferred to Socionext Inc.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/serial/serial_uniphier.c')
-rw-r--r-- | drivers/serial/serial_uniphier.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/serial/serial_uniphier.c b/drivers/serial/serial_uniphier.c index a6bd27f..98e3b81 100644 --- a/drivers/serial/serial_uniphier.c +++ b/drivers/serial/serial_uniphier.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2012-2015 Panasonic Corporation - * Author: Masahiro Yamada <yamada.m@jp.panasonic.com> + * Copyright (C) 2015 Socionext Inc. + * Author: Masahiro Yamada <yamada.masahiro@socionext.com> * * SPDX-License-Identifier: GPL-2.0+ */ @@ -115,8 +116,8 @@ static int uniphier_serial_remove(struct udevice *dev) #ifdef CONFIG_OF_CONTROL static const struct udevice_id uniphier_uart_of_match[] = { - { .compatible = "panasonic,uniphier-uart" }, - {}, + { .compatible = "socionext,uniphier-uart" }, + { /* sentinel */ } }; static int uniphier_serial_ofdata_to_platdata(struct udevice *dev) |