[PATCH v4 3/5] ARM: tegra: Initialize interrupt controller from DT
Varka Bhadram
varkabhadram at gmail.com
Thu Aug 28 20:27:49 PDT 2014
On 08/28/2014 09:01 PM, Thierry Reding wrote:
> From: Thierry Reding <treding at 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.
More information about the linux-arm-kernel
mailing list