Skip to content

Commit

Permalink
mfd: syscon: Set regmap name to DT node name
Browse files Browse the repository at this point in the history
This sets the regmap name to the device tree node name. This is useful
for debugging.

Signed-off-by: David Lechner <david@lechnology.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
David Lechner authored and Lee Jones committed May 16, 2018
1 parent 16c2004 commit 408d1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/syscon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 408d1d5

Please sign in to comment.