Commit 5ad6973d authored by Joey Gouly's avatar Joey Gouly Committed by Linus Walleij

pinctrl: apple: add missing comma

Add a missing comma at the end of the regmap initialisation.
Signed-off-by: default avatarJoey Gouly <joey.gouly@arm.com>
Suggested-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20211121165642.27883-3-joey.gouly@arm.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 361856dd
......@@ -70,7 +70,7 @@ struct regmap_config regmap_config = {
.cache_type = REGCACHE_FLAT,
.max_register = 512 * sizeof(u32),
.num_reg_defaults_raw = 512,
.use_relaxed_mmio = true
.use_relaxed_mmio = true,
};
// No locking needed to mask/unmask IRQs as the interrupt mode is per pin-register.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment