projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7928b2c
)
ARM: rockchip: Set name of pmu regmap_config in smp code
author
Jeffy Chen
<jeffy.chen@rock-chips.com>
Mon, 12 Mar 2018 09:51:42 +0000
(17:51 +0800)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 12 Mar 2018 10:09:36 +0000
(11:09 +0100)
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>
arch/arm/mach-rockchip/platsmp.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/platsmp.c
b/arch/arm/mach-rockchip/platsmp.c
index ecec340ca3457ed4e0edee89e86ee9a1778e65dd..51984a40b097f1d7aa255e8028148f6c846dbcaa 100644
(file)
--- a/
arch/arm/mach-rockchip/platsmp.c
+++ b/
arch/arm/mach-rockchip/platsmp.c
@@
-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,