Commit 65d211b3 authored by Jeffy Chen's avatar Jeffy Chen Committed by Alexandre Belloni
Browse files

rtc: at91sam9: Set name of regmap_config



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 avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 756d5282
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -349,6 +349,7 @@ static const struct rtc_class_ops at91_rtc_ops = {
};

static const struct regmap_config gpbr_regmap_config = {
	.name = "gpbr",
	.reg_bits = 32,
	.val_bits = 32,
	.reg_stride = 4,