]> git.dujemihanovic.xyz Git - u-boot.git/commit
sysreset: socfpga: Use parent device for reading base address
authorPaweł Anikiel <pan@semihalf.com>
Fri, 17 Jun 2022 10:47:22 +0000 (12:47 +0200)
committerTien Fong Chee <tien.fong.chee@intel.com>
Fri, 1 Jul 2022 06:57:14 +0000 (14:57 +0800)
commit9ebca7095bdbb2843a37b1f36d7896a6cb21e4ab
tree84b92495db0a558b1e393f76591e4c462cd2a46a
parent73d88cf9719e505eedb389d117704f806e4747d1
sysreset: socfpga: Use parent device for reading base address

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/sysreset/sysreset_socfpga.c