spi/qspi: Add compatible string for am4372.
authorSourav Poddar <sourav.poddar@ti.com>
Tue, 27 Aug 2013 14:12:24 +0000 (19:42 +0530)
committerMark Brown <broonie@linaro.org>
Tue, 27 Aug 2013 14:44:10 +0000 (15:44 +0100)
Add a compatible string for am4372.

Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/spi/ti_qspi.txt
drivers/spi/spi-ti-qspi.c

index 398ef5959772de79a15f2a8b8a06b6c546cae9a7..1f9641ade0b51dc3fbcfc3dd9d0c161e94df5891 100644 (file)
@@ -1,7 +1,7 @@
 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
index 79081d9b321323b6dc5050aea353fac914b2f899..136d71eb6f27e6523569f4dbb2a7176c7e1f13b0 100644 (file)
@@ -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);
This page took 0.027889 seconds and 5 git commands to generate.