mirror of
https://xff.cz/git/u-boot/
synced 2025-10-22 10:31:56 +02:00
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>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2014 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+
|
||||
*/
|
||||
@@ -212,8 +213,8 @@ static const struct dm_i2c_ops uniphier_i2c_ops = {
|
||||
};
|
||||
|
||||
static const struct udevice_id uniphier_i2c_of_match[] = {
|
||||
{ .compatible = "panasonic,uniphier-i2c" },
|
||||
{},
|
||||
{ .compatible = "socionext,uniphier-i2c" },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
|
||||
U_BOOT_DRIVER(uniphier_i2c) = {
|
||||
|
Reference in New Issue
Block a user