mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 08:03:05 +02:00
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:
parent
262a88a9db
commit
d66acca4b6
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user