Commit 408d1d57 authored by David Lechner's avatar David Lechner Committed by Lee Jones
Browse files

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: default avatarDavid Lechner <david@lechnology.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 16c2004d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;