25 lines
923 B
Diff
25 lines
923 B
Diff
From 3f90a9ef2e8d7e647572b2f2f2f54dce20c654c5 Mon Sep 17 00:00:00 2001
|
|
From: ashthespy <ashthespy@gmail.com>
|
|
Date: Mon, 3 Feb 2020 21:29:44 +0100
|
|
Subject: [PATCH 23/23] ASoC: rockchip: i2s: add compatible for rk3308
|
|
|
|
---
|
|
sound/soc/rockchip/rockchip_i2s.c | 1 +
|
|
1 files changed, 1 insertions(+)
|
|
|
|
diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c
|
|
index e6125ebfe5a9..dcee123b0939 100644
|
|
--- a/sound/soc/rockchip/rockchip_i2s.c
|
|
+++ b/sound/soc/rockchip/rockchip_i2s.c
|
|
@@ -598,6 +598,7 @@ static const struct of_device_id rockchip_i2s_match[] = {
|
|
{ .compatible = "rockchip,rk3066-i2s", },
|
|
{ .compatible = "rockchip,rk3128-i2s", },
|
|
{ .compatible = "rockchip,rk3188-i2s", },
|
|
+ { .compatible = "rockchip,rk3308-i2s", },
|
|
{ .compatible = "rockchip,rk3288-i2s", },
|
|
{ .compatible = "rockchip,rk3308-i2s", },
|
|
{ .compatible = "rockchip,rk3328-i2s", },
|
|
--
|
|
2.25.1
|
|
|