]> git.ipfire.org Git - thirdparty/u-boot.git/commit
pci: xilinx: Fix "reg" not found error
authorMayuresh Chitale <mchitale@ventanamicro.com>
Thu, 16 Nov 2023 16:51:02 +0000 (22:21 +0530)
committerMichal Simek <michal.simek@amd.com>
Wed, 13 Dec 2023 07:58:06 +0000 (08:58 +0100)
commit891b4814800bd3ad5d16c5d45e0cd05709f64721
tree59152577c1c6cbfbd2142165db8f1257984c7378
parent3c6b1fdade236e5fa97b058529a91da476627461
pci: xilinx: Fix "reg" not found error

Fix the driver to use the dev_read_addr_size API to fetch the reg
property from the DT.

Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com>
Link: https://lore.kernel.org/r/20231116165103.140968-2-mchitale@ventanamicro.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/pci/pcie_xilinx.c