diff options
| author | Michal Simek <[email protected]> | 2025-11-27 09:59:25 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2025-12-19 08:25:27 +0100 |
| commit | e9ce819f935aaeb84ca4046960459d8f790bf7a5 (patch) | |
| tree | 5217e23fe532bcd8ecad78e78725eb7559356004 /drivers/spi | |
| parent | 29427fdf7198953f361ce6535b67272e3645d53b (diff) | |
xilinx: versal: Get rid of xlnx-versal-power.h from bindings
Remove xlnx-versal-power.h dt binding header because they should be moved
directly to folder where DTs are. In the Linux kernel this shift already
started by moving xlnx-zynqmp-clk.h to arch/arm64/boot/dts/xilinx/ folder.
U-Boot is using only one PD_DEV_OSPI constact which is moved to
zynqmp_firmware.h header. But handling around it should be fixed anyway
because no driver should be calling xilinx_pm_request() directly.
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/a0f0154ef89929517c3217efe025e8021a910b90.1764233963.git.michal.simek@amd.com
Diffstat (limited to 'drivers/spi')
| -rw-r--r-- | drivers/spi/cadence_ospi_versal.c | 1 | ||||
| -rw-r--r-- | drivers/spi/cadence_qspi.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/cadence_ospi_versal.c b/drivers/spi/cadence_ospi_versal.c index e3ddf127e5a..a00642d09d3 100644 --- a/drivers/spi/cadence_ospi_versal.c +++ b/drivers/spi/cadence_ospi_versal.c @@ -15,7 +15,6 @@ #include <zynqmp_firmware.h> #include <asm/arch/hardware.h> #include "cadence_qspi.h" -#include <dt-bindings/power/xlnx-versal-power.h> int cadence_qspi_apb_dma_read(struct cadence_spi_priv *priv, const struct spi_mem_op *op) diff --git a/drivers/spi/cadence_qspi.c b/drivers/spi/cadence_qspi.c index 2d2469565b5..d1404e13810 100644 --- a/drivers/spi/cadence_qspi.c +++ b/drivers/spi/cadence_qspi.c @@ -20,7 +20,6 @@ #include <linux/time.h> #include <zynqmp_firmware.h> #include "cadence_qspi.h" -#include <dt-bindings/power/xlnx-versal-power.h> #define CQSPI_STIG_READ 0 #define CQSPI_STIG_WRITE 1 |
