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: Jeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Jeffy Chen 2018-03-12 17:51:42 +08:00 коммит произвёл Heiko Stuebner
Родитель 7928b2cbe5
Коммит 03151b8989
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -208,6 +208,7 @@ static int __init rockchip_smp_prepare_sram(struct device_node *node)
} }
static const struct regmap_config rockchip_pmu_regmap_config = { static const struct regmap_config rockchip_pmu_regmap_config = {
.name = "rockchip-pmu",
.reg_bits = 32, .reg_bits = 32,
.val_bits = 32, .val_bits = 32,
.reg_stride = 4, .reg_stride = 4,