Skip to content

Commit edfaeaf

Browse files
andy-shevLee Jones
authored andcommitted
Revert "mfd: syscon: Set name of regmap_config"
This reverts commit 500f9ff. The original commit is a duplication of the exactly previously added commit 408d1d5 ("mfd: syscon: Set regmap name to DT node name"). Revert the unnecessary later one. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent de98a43 commit edfaeaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mfd/syscon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ static struct syscon *of_syscon_register(struct device_node *np, bool check_clk)
105105
syscon_config.reg_stride = reg_io_width;
106106
syscon_config.val_bits = reg_io_width * 8;
107107
syscon_config.max_register = resource_size(&res) - reg_io_width;
108-
syscon_config.name = of_node_full_name(np);
109108

110109
regmap = regmap_init_mmio(NULL, base, &syscon_config);
111110
if (IS_ERR(regmap)) {

0 commit comments

Comments
 (0)