From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeffy.chen@rock-chips.com (Jeffy Chen) Date: Fri, 9 Mar 2018 16:43:50 +0800 Subject: [RESEND PATCH v4 3/4] clk: lpc32xx: Set name of regmap_config In-Reply-To: <20180309084351.32009-1-jeffy.chen@rock-chips.com> References: <20180309084351.32009-1-jeffy.chen@rock-chips.com> Message-ID: <20180309084351.32009-4-jeffy.chen@rock-chips.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 --- Changes in v4: None Changes in v3: None drivers/clk/nxp/clk-lpc32xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/nxp/clk-lpc32xx.c b/drivers/clk/nxp/clk-lpc32xx.c index f5d815f577e0..a2a0a7f3bc57 100644 --- 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 = "lpc32xx-scb", .reg_bits = 32, .val_bits = 32, .reg_stride = 4, -- 2.11.0