diff options
| author | Masahiro Yamada <[email protected]> | 2015-03-11 15:54:46 +0900 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2015-03-15 13:37:00 +0900 |
| commit | 6462cdedc20b08ff5aa402a991ec89b3255ba51d (patch) | |
| tree | 43a17bb1442a2daa1d3a3fe5667aee5879183feb /drivers/serial | |
| parent | 79cee3cf5e541107ff8ae24ae7959175a1ac656b (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers/serial')
| -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 a6bd27facff..98e3b812e0b 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 <[email protected]> + * Copyright (C) 2015 Socionext Inc. + * Author: Masahiro Yamada <[email protected]> * * 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) |
