提交 408d1d57 编写于 作者: D David Lechner 提交者: Lee Jones

mfd: syscon: Set regmap name to DT node name

This sets the regmap name to the device tree node name. This is useful
for debugging.
Signed-off-by: NDavid Lechner <david@lechnology.com>
Acked-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 16c2004d
......@@ -106,6 +106,7 @@ static struct syscon *of_syscon_register(struct device_node *np)
}
}
syscon_config.name = of_node_full_name(np);
syscon_config.reg_stride = reg_io_width;
syscon_config.val_bits = reg_io_width * 8;
syscon_config.max_register = resource_size(&res) - reg_io_width;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册