mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 15:26:58 +02:00
pci_endpoint: pci_cdns_ti_ep: Fix the include path for header file
The commit under fixes tag includes "pcie-cadence.h" using angle
brackets. Since the header file is not in standard include path change
it to double quotes to ensure proper inclusion and avoid build issues,
especially on older compilers.
Fixes: a4a0edc604
("pci_endpoint: Add TI K3 Cadence PCIe Endpoint Controller driver")
Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
This commit is contained in:
parent
537dc703d7
commit
61a3e1b043
@ -19,9 +19,10 @@
|
||||
#include <power-domain.h>
|
||||
#include <regmap.h>
|
||||
#include <syscon.h>
|
||||
#include <pcie-cadence.h>
|
||||
#include <pci_ep.h>
|
||||
|
||||
#include "pcie-cadence.h"
|
||||
|
||||
#define PCIE_USER_CMD_STATUS_REG_OFFSET 0x4
|
||||
#define LINK_TRAINING_ENABLE BIT(0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user