Skip to content
Snippets Groups Projects
Commit 02a7d833 authored by Heiko Stübner's avatar Heiko Stübner Committed by Simon Glass
Browse files

rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socs


The Cortex-A9 socs rk3066 and rk3188 share the IP but have their own
compatible values, so add them to make the i2c on these platforms accessible.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent f4f57c58
No related branches found
No related tags found
No related merge requests found
......@@ -380,6 +380,8 @@ static const struct dm_i2c_ops rockchip_i2c_ops = {
};
static const struct udevice_id rockchip_i2c_ids[] = {
{ .compatible = "rockchip,rk3066-i2c" },
{ .compatible = "rockchip,rk3188-i2c" },
{ .compatible = "rockchip,rk3288-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