提交 09222fc3 编写于 作者: S Sourav Poddar 提交者: Mark Brown

spi/qspi: Add compatible string for am4372.

Add a compatible string for am4372.
Signed-off-by: NSourav Poddar <sourav.poddar@ti.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 e1432d30
TI QSPI controller. TI QSPI controller.
Required properties: 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. - reg: Should contain QSPI registers location and length.
- #address-cells, #size-cells : Must be present if the device has sub-nodes - #address-cells, #size-cells : Must be present if the device has sub-nodes
- ti,hwmods: Name of the hwmod associated to the QSPI - ti,hwmods: Name of the hwmod associated to the QSPI
......
...@@ -453,6 +453,7 @@ static int ti_qspi_runtime_resume(struct device *dev) ...@@ -453,6 +453,7 @@ static int ti_qspi_runtime_resume(struct device *dev)
static const struct of_device_id ti_qspi_match[] = { static const struct of_device_id ti_qspi_match[] = {
{.compatible = "ti,dra7xxx-qspi" }, {.compatible = "ti,dra7xxx-qspi" },
{.compatible = "ti,am4372-qspi" },
{}, {},
}; };
MODULE_DEVICE_TABLE(of, ti_qspi_match); MODULE_DEVICE_TABLE(of, ti_qspi_match);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册