mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02: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:
parent
400db294a9
commit
d98628f00f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user