mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
spi: zynqmp_gqspi: Enable versal compatible string
Trivial patch. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -714,6 +714,7 @@ static const struct dm_spi_ops zynqmp_qspi_ops = {
|
||||
|
||||
static const struct udevice_id zynqmp_qspi_ids[] = {
|
||||
{ .compatible = "xlnx,zynqmp-qspi-1.0" },
|
||||
{ .compatible = "xlnx,versal-qspi-1.0" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user