ASoC: rockchip: i2s-tdm: Add compatible for rv1106 SoC

This patch adds compatible for rv1106 SoC.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: Iedae362b8af237d539c6259f8d7376cc0e79a4c3
This commit is contained in:
Sugar Zhang
2022-01-28 10:44:05 +08:00
committed by Tao Huang
parent 400db294a9
commit d98628f00f

View File

@@ -1496,6 +1496,9 @@ static const struct of_device_id rockchip_i2s_tdm_match[] = {
#ifdef CONFIG_CPU_RK3588
{ .compatible = "rockchip,rk3588-i2s-tdm", },
#endif
#ifdef CONFIG_CPU_RV1106
{ .compatible = "rockchip,rv1106-i2s-tdm", },
#endif
#ifdef CONFIG_CPU_RV1126
{ .compatible = "rockchip,rv1126-i2s-tdm", .data = &rv1126_i2s_soc_data },
#endif