[PATCH 11/12] ARM: OMAP2: PRM: add support for OMAP2 specific clock providers
Nishanth Menon
nm at ti.com
Fri Feb 28 14:17:01 EST 2014
On 02/28/2014 03:23 AM, Tero Kristo wrote:
> This patch adds support for initializing also omap2-prcm and omap2-scrm
> through DT.
>
> Signed-off-by: Tero Kristo <t-kristo at ti.com>
> ---
> arch/arm/mach-omap2/prm_common.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-omap2/prm_common.c b/arch/arm/mach-omap2/prm_common.c
> index b4c4ab9..878ae9f 100644
> --- a/arch/arm/mach-omap2/prm_common.c
> +++ b/arch/arm/mach-omap2/prm_common.c
> @@ -475,6 +475,8 @@ static struct of_device_id omap_prcm_dt_match_table[] = {
> { .compatible = "ti,am3-scrm" },
> { .compatible = "ti,am4-prcm" },
> { .compatible = "ti,am4-scrm" },
> + { .compatible = "ti,omap2-prcm" },
> + { .compatible = "ti,omap2-scrm" },
> { .compatible = "ti,omap3-prm" },
> { .compatible = "ti,omap3-cm" },
> { .compatible = "ti,omap3-scrm" },
>
probably needs Bindings documentation as well.
--
Regards,
Nishanth Menon
More information about the linux-arm-kernel
mailing list