Unverified Commit ab2d2875 authored by Ramuthevar Vadivel Murugan's avatar Ramuthevar Vadivel Murugan Committed by Mark Brown
Browse files

spi: cadence-quadspi: Add QSPI support for Intel LGM SoC

parent bfeccc6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ config SPI_CADENCE

config SPI_CADENCE_QUADSPI
	tristate "Cadence Quad SPI controller"
	depends on OF && (ARM || ARM64 || COMPILE_TEST)
	depends on OF && (ARM || ARM64 || X86 || COMPILE_TEST)
	help
	  Enable support for the Cadence Quad SPI Flash controller.

+3 −0
Original line number Diff line number Diff line
@@ -1688,6 +1688,9 @@ static const struct of_device_id cqspi_dt_ids[] = {
		.compatible = "ti,am654-ospi",
		.data = &am654_ospi,
	},
	{
		.compatible = "intel,lgm-qspi",
	},
	{ /* end of table */ }
};