Commit 066a0e0b authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'regmap/fix/mmio' into regmap-linus

parents 44549e8f 2ed94f6f
......@@ -212,6 +212,7 @@ static const struct regmap_bus regmap_mmio = {
.reg_write = regmap_mmio_write,
.reg_read = regmap_mmio_read,
.free_context = regmap_mmio_free_context,
.val_format_endian_default = REGMAP_ENDIAN_LITTLE,
};
static struct regmap_mmio_context *regmap_mmio_gen_context(struct device *dev,
......
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