Skip to content
Snippets Groups Projects
Commit be93fc24 authored by Elaine Zhang's avatar Elaine Zhang Committed by Philipp Tomsich
Browse files

rockchip: i2c: rk3328: support i2c for rk3328 SoC

parent fd0a1ba5
No related branches found
No related tags found
No related merge requests found
...@@ -396,6 +396,7 @@ static const struct udevice_id rockchip_i2c_ids[] = { ...@@ -396,6 +396,7 @@ static const struct udevice_id rockchip_i2c_ids[] = {
{ .compatible = "rockchip,rk3066-i2c" }, { .compatible = "rockchip,rk3066-i2c" },
{ .compatible = "rockchip,rk3188-i2c" }, { .compatible = "rockchip,rk3188-i2c" },
{ .compatible = "rockchip,rk3288-i2c" }, { .compatible = "rockchip,rk3288-i2c" },
{ .compatible = "rockchip,rk3328-i2c" },
{ .compatible = "rockchip,rk3399-i2c" }, { .compatible = "rockchip,rk3399-i2c" },
{ } { }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment