
27 May
2022
27 May
'22
5:54 p.m.
On Thu, 26 May 2022 at 07:38, Paweł Anikiel pan@semihalf.com wrote:
This driver is a child of the rstmgr driver, both of which share the same devicetree node. As a result, passing the child's udevice pointer to dev_read_addr_ptr results in a failure of reading the #address-cells property. Use the parent udevice pointer instead.
Signed-off-by: Paweł Anikiel pan@semihalf.com
drivers/sysreset/sysreset_socfpga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org