Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03151b89 authored by Jeffy Chen's avatar Jeffy Chen Committed by Heiko Stuebner
Browse files

ARM: rockchip: Set name of pmu regmap_config in smp code



We are now allowing to register debugfs without a valid device, and not
having a valid name will end up using "dummy*" to create debugfs dir.

Signed-off-by: default avatarJeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 7928b2cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -208,6 +208,7 @@ static int __init rockchip_smp_prepare_sram(struct device_node *node)
}

static const struct regmap_config rockchip_pmu_regmap_config = {
	.name = "rockchip-pmu",
	.reg_bits = 32,
	.val_bits = 32,
	.reg_stride = 4,