Skip to content

Commit f005dc6

Browse files
Sugar Zhangbroonie
authored andcommitted
ASoC: rockchip: i2s: Add compatible for more SoCs
This patch adds more compatible strings for SoCs. Signed-off-by: Sugar Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 4455f26 commit f005dc6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sound/soc/rockchip/rockchip_i2s.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,10 +570,20 @@ static const struct rk_i2s_pins rk3399_i2s_pins = {
570570
};
571571

572572
static const struct of_device_id rockchip_i2s_match[] __maybe_unused = {
573+
{ .compatible = "rockchip,px30-i2s", },
574+
{ .compatible = "rockchip,rk1808-i2s", },
575+
{ .compatible = "rockchip,rk3036-i2s", },
573576
{ .compatible = "rockchip,rk3066-i2s", },
577+
{ .compatible = "rockchip,rk3128-i2s", },
574578
{ .compatible = "rockchip,rk3188-i2s", },
579+
{ .compatible = "rockchip,rk3228-i2s", },
575580
{ .compatible = "rockchip,rk3288-i2s", },
581+
{ .compatible = "rockchip,rk3308-i2s", },
582+
{ .compatible = "rockchip,rk3328-i2s", },
583+
{ .compatible = "rockchip,rk3366-i2s", },
584+
{ .compatible = "rockchip,rk3368-i2s", },
576585
{ .compatible = "rockchip,rk3399-i2s", .data = &rk3399_i2s_pins },
586+
{ .compatible = "rockchip,rv1126-i2s", },
577587
{},
578588
};
579589

0 commit comments

Comments
 (0)