mfd: rk808: add rk817-codec cell

Change-Id: Ieea7bbeb01b5230e40285819e29f9be6e39cf8ec
Signed-off-by: Shunhua Lan <lsh@rock-chips.com>
This commit is contained in:
Shunhua Lan
2019-09-12 16:07:40 +08:00
committed by Tao Huang
parent 836e41ae0d
commit 40094f11cb

View File

@@ -267,6 +267,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[] = {