On 08/28/2014 09:01 PM, Thierry Reding wrote:
From: Thierry Reding <tred...@nvidia.com>

Obtains the register ranges for the legacy interrupt controller from DT
and provide hard-coded values as fallback.

(...)

+static const struct tegra_ictlr_soc tegra30_ictlr_soc = {
+       .num_ictlrs = 5,
+};
+
+static const struct of_device_id ictlr_matches[] = {
+       { .compatible = "nvidia,tegra30-ictlr", .data = &tegra30_ictlr_soc },
+       { .compatible = "nvidia,tegra20-ictlr", .data = &tegra20_ictlr_soc },
+       { }
+};
+
+static const struct of_device_id gic_matches[] = {
+       { .compatible = "arm,cortex-a15-gic", },
+       { .compatible = "arm,cortex-a9-gic", },
+       { }
+};
+

Missed MODULE_DEVICE_TABLE(of, ...)....?

--
Regards,
Varka Bhadram.

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to