Re: [PATCH] pci: zynqmp: Fix the pcireg base

2025-05-21 Thread Michal Simek
On 5/16/25 11:23, Venkatesh Yadav Abbarapu wrote: The pcireg base is not assigned to any address, reading the pcireg base with PS_LINKUP_OFFSET which is incorrect and giving random values. So update the pcireg base from devicetree so that we can read the valid PCIE link status and PHY ready st

Re: [PATCH] pci: zynqmp: Fix the pcireg base

2025-05-18 Thread Stefan Roese
On 16.05.25 11:23, Venkatesh Yadav Abbarapu wrote: The pcireg base is not assigned to any address, reading the pcireg base with PS_LINKUP_OFFSET which is incorrect and giving random values. So update the pcireg base from devicetree so that we can read the valid PCIE link status and PHY ready stat

[PATCH] pci: zynqmp: Fix the pcireg base

2025-05-16 Thread Venkatesh Yadav Abbarapu
The pcireg base is not assigned to any address, reading the pcireg base with PS_LINKUP_OFFSET which is incorrect and giving random values. So update the pcireg base from devicetree so that we can read the valid PCIE link status and PHY ready status. Signed-off-by: Venkatesh Yadav Abbarapu --- dr