]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commit
irqchip: agic: Ability to enable AGIC t210 clocks
authorRavindra Lokhande <rlokhande@nvidia.com>
Mon, 5 Dec 2016 04:19:57 +0000 (09:49 +0530)
committerShreshtha Sahu <ssahu@nvidia.com>
Mon, 19 Dec 2016 05:49:51 +0000 (21:49 -0800)
commitd0961f029d54e12e210c423757fbfc509a2e92ec
treea400780678b0a0e6c72af9f9957e9babc35e7cd4
parent42f6c238edc63da67245e96a9805a3e66171b01e
irqchip: agic: Ability to enable AGIC t210 clocks

Clocks for AGIC cannot be enabled by the clock framework,
since the clock framework get initialized after the
interrupt controller has been initialized.

Adding the ability to initialize the clocks within the
gic driver by use of node property "enable_agic_clks"
to agic-controller node and also adding the base address
of clocks.

bug 1810165

Change-Id: Ib701815fecfdff5a2f727c68696414a54fbc2737
Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com>
Signed-off-by: Ravindra Lokhande <rlokhande@nvidia.com>
Reviewed-on: http://git-master/r/1266607
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Documentation/devicetree/bindings/interrupt-controller/tegra-agic.txt
drivers/irqchip/irq-gic.c