rockchip: i2c: rk3228: support i2c for rk3228 SoC

Change-Id: I94e308893462928a8dd92993261c939bf1e26195
Signed-off-by: Shunqing Chen <csq@rock-chips.com>
(cherry picked from commit 82a1cec1a4789ca34c6067ad7d1b27a66c1316ac)
This commit is contained in:
Shunqing Chen 2017-11-17 17:23:44 +08:00 committed by Kever Yang
parent f492fc0066
commit f312c7e47a
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ static const struct udevice_id rockchip_i2c_ids[] = {
{ .compatible = "rockchip,rk3288-i2c" },
{ .compatible = "rockchip,rk3328-i2c" },
{ .compatible = "rockchip,rk3399-i2c" },
{ .compatible = "rockchip,rk3228-i2c" },
{ }
};