projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7928b2c
)
clk: lpc32xx: Set name of regmap_config
author
Jeffy Chen
<jeffy.chen@rock-chips.com>
Mon, 19 Mar 2018 03:58:54 +0000
(11:58 +0800)
committer
Stephen Boyd
<sboyd@kernel.org>
Mon, 19 Mar 2018 21:35:16 +0000
(14:35 -0700)
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>
Acked-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/nxp/clk-lpc32xx.c
patch
|
blob
|
history
diff --git
a/drivers/clk/nxp/clk-lpc32xx.c
b/drivers/clk/nxp/clk-lpc32xx.c
index
f5d815f
..
5eeecee
100644
(file)
--- a/
drivers/clk/nxp/clk-lpc32xx.c
+++ b/
drivers/clk/nxp/clk-lpc32xx.c
@@
-67,6
+67,7
@@
#define LPC32XX_USB_CLK_STS 0xF8
static struct regmap_config lpc32xx_scb_regmap_config = {
+ .name = "scb",
.reg_bits = 32,
.val_bits = 32,
.reg_stride = 4,