mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
mfd: rk808: Re-add rk808-clkout to RK818
Fixes RK818 (e.g. on Pinephone Pro) to register its clock, without which dependent devices (e.g. wifi/BT, via sdio-wifi-pwrseq) fail to probe. This line was removed in commit3633daacea("mfd: rk808: Permit having multiple PMIC instances"), but only from RK818. Fixes:3633daacea("mfd: rk808: Permit having multiple PMIC instances") Signed-off-by: Tom Fitzhenry <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Acked-by: Neil Armstrong <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
This commit is contained in:
@@ -189,6 +189,7 @@ static const struct mfd_cell rk817s[] = {
|
||||
};
|
||||
|
||||
static const struct mfd_cell rk818s[] = {
|
||||
{ .name = "rk808-clkout", .id = PLATFORM_DEVID_NONE, },
|
||||
{ .name = "rk808-regulator", .id = PLATFORM_DEVID_NONE, },
|
||||
{
|
||||
.name = "rk808-rtc",
|
||||
|
||||
Reference in New Issue
Block a user