Re: [U-Boot] [PATCH 2/2] gdsys_rxaui_ctrl: Use new regmap interface

2019-03-29 Thread Mario Six
On Mon, Jan 28, 2019 at 9:48 AM Mario Six wrote: > > For the DM case, use the proper parameter for the regmap_init_mem call > (which is the ofnode, not the udevice). > > Signed-off-by: Mario Six > --- > drivers/misc/gdsys_rxaui_ctrl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > d

[U-Boot] [PATCH 2/2] gdsys_rxaui_ctrl: Use new regmap interface

2019-01-28 Thread Mario Six
For the DM case, use the proper parameter for the regmap_init_mem call (which is the ofnode, not the udevice). Signed-off-by: Mario Six --- drivers/misc/gdsys_rxaui_ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/gdsys_rxaui_ctrl.c b/drivers/misc/gdsys_rxa