All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/5] rockchip: i2c: rk3328: support i2c for rk3328 SoC
@ 2017-09-27  7:23 Kever Yang
  2017-09-27  7:23 ` [U-Boot] [PATCH v2 2/5] power: pmic: rk816: support rk816 pmic Kever Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Kever Yang @ 2017-09-27  7:23 UTC (permalink / raw)
  To: u-boot

From: Elaine Zhang <zhangqing@rock-chips.com>

Add compatible to support rk3328 i2c

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
---

Changes in v2: None

 drivers/i2c/rk_i2c.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/i2c/rk_i2c.c b/drivers/i2c/rk_i2c.c
index 68e6653..a051893 100644
--- a/drivers/i2c/rk_i2c.c
+++ b/drivers/i2c/rk_i2c.c
@@ -396,6 +396,7 @@ static const struct udevice_id rockchip_i2c_ids[] = {
 	{ .compatible = "rockchip,rk3066-i2c" },
 	{ .compatible = "rockchip,rk3188-i2c" },
 	{ .compatible = "rockchip,rk3288-i2c" },
+	{ .compatible = "rockchip,rk3328-i2c" },
 	{ .compatible = "rockchip,rk3399-i2c" },
 	{ }
 };
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-09-29 16:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27  7:23 [U-Boot] [PATCH v2 1/5] rockchip: i2c: rk3328: support i2c for rk3328 SoC Kever Yang
2017-09-27  7:23 ` [U-Boot] [PATCH v2 2/5] power: pmic: rk816: support rk816 pmic Kever Yang
2017-09-28  8:47   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-09-28 10:12     ` Kever Yang
2017-09-28 10:39       ` Dr. Philipp Tomsich
2017-09-27  7:23 ` [U-Boot] [PATCH v2 3/5] power: pmic: rk805: support rk805 pmic Kever Yang
2017-09-28  8:35   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-09-29 16:15   ` Philipp Tomsich
2017-09-29 16:15   ` Philipp Tomsich
2017-09-27  7:23 ` [U-Boot] [PATCH v2 4/5] configs: rk3328: add support for pmic rk8xx and regulator and i2c driver Kever Yang
2017-09-29 16:44   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-09-27  7:23 ` [U-Boot] [PATCH v2 5/5] rockchip: dts: rk3328-evb: add i2c1 and rk805 nodes Kever Yang
2017-09-29 16:44   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-09-28  7:29 ` [U-Boot] [PATCH v2 1/5] rockchip: i2c: rk3328: support i2c for rk3328 SoC Heiko Schocher
2017-09-29 16:44 ` [U-Boot] [U-Boot, v2, " Philipp Tomsich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.