mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user