]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/i2c-uniphier.c
ARM: UniPhier: adjust device trees for business transfer
[karo-tx-uboot.git] / drivers / i2c / i2c-uniphier.c
index 64a9ed81d2530b601edd2b29b234f8461c107ac6..666272dd0d7aefe97b495612bb8c829ae3e03c73 100644 (file)
@@ -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) = {