mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
rockchip: i2c: rk3328: support i2c for rk3328 SoC
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> Acked-by: Heiko Schocher<hs@denx.de>
This commit is contained in:
parent
fd0a1ba52e
commit
be93fc2476
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue