mfd: rk808: add rk817-codec cell

Change-Id: Ieea7bbeb01b5230e40285819e29f9be6e39cf8ec
Signed-off-by: Shunhua Lan <lsh@rock-chips.com>
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Shunhua Lan
2019-09-12 16:07:40 +08:00
committed by Tao Huang
parent 262a88a9db
commit d66acca4b6

View File

@@ -163,6 +163,10 @@ static const struct mfd_cell rk817s[] = {
.num_resources = ARRAY_SIZE(rk817_rtc_resources),
.resources = &rk817_rtc_resources[0],
},
{
.name = "rk817-codec",
.of_compatible = "rockchip,rk817-codec",
},
};
static const struct mfd_cell rk818s[] = {