Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09222fc3 authored by Sourav Poddar's avatar Sourav Poddar Committed by Mark Brown
Browse files

spi/qspi: Add compatible string for am4372.



Add a compatible string for am4372.

Signed-off-by: default avatarSourav Poddar <sourav.poddar@ti.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent e1432d30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
TI QSPI controller.

Required properties:
- compatible : should be "ti,dra7xxx-qspi".
- compatible : should be "ti,dra7xxx-qspi" or "ti,am4372-qspi".
- reg: Should contain QSPI registers location and length.
- #address-cells, #size-cells : Must be present if the device has sub-nodes
- ti,hwmods: Name of the hwmod associated to the QSPI
+1 −0
Original line number Diff line number Diff line
@@ -453,6 +453,7 @@ static int ti_qspi_runtime_resume(struct device *dev)

static const struct of_device_id ti_qspi_match[] = {
	{.compatible = "ti,dra7xxx-qspi" },
	{.compatible = "ti,am4372-qspi" },
	{},
};
MODULE_DEVICE_TABLE(of, ti_qspi_match);