]> git.baikalelectronics.ru Git - uboot.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)
commit3e79fa1d0687c5db65395ed9cd75827863fc137e
tree84b92495db0a558b1e393f76591e4c462cd2a46a
parent09e01e4a95c33ae6e98f52815416de804acea0fe
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