diff options
author | Cristian Ciocaltea <cristian.ciocaltea@collabora.com> | 2023-03-15 13:48:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-20 13:11:15 +0000 |
commit | 0e6c37610934e9b91f6f5f2599de5e2f1ab59e72 (patch) | |
tree | 0082083d3ce62eb4aec95f14f23a3e8ec592b49c /sound/soc/rockchip/rockchip_i2s.c | |
parent | b0fe6a91fa9d5599ba3cace2748906e086c5a56e (diff) | |
download | lwn-0e6c37610934e9b91f6f5f2599de5e2f1ab59e72.tar.gz lwn-0e6c37610934e9b91f6f5f2599de5e2f1ab59e72.zip |
ASoC: rockchip: i2s: Add compatible for RK3588
The Rockchip I2S driver supports the RK3588/RK3588S SoCs, hence add the
corresponding compatible string.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20230315114806.3819515-9-cristian.ciocaltea@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip/rockchip_i2s.c')
-rw-r--r-- | sound/soc/rockchip/rockchip_i2s.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c index a8758ad68442..2e24cc0570eb 100644 --- a/sound/soc/rockchip/rockchip_i2s.c +++ b/sound/soc/rockchip/rockchip_i2s.c @@ -659,6 +659,7 @@ static const struct of_device_id rockchip_i2s_match[] __maybe_unused = { { .compatible = "rockchip,rk3366-i2s", }, { .compatible = "rockchip,rk3368-i2s", }, { .compatible = "rockchip,rk3399-i2s", .data = &rk3399_i2s_pins }, + { .compatible = "rockchip,rk3588-i2s", }, { .compatible = "rockchip,rv1126-i2s", }, {}, }; |