diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2015-03-17 05:36:18 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-03-30 05:43:37 -0400 |
commit | c5f8e8ca09e5700cb643ffa78d311f43a16e6432 (patch) | |
tree | 675d839bcbf9e354ab74a8c8003d55594ea6cf45 /arch/arm | |
parent | 552644687838089766457612f6dcf1c897ea09a8 (diff) |
ARM: tegra: Add Tegra124 ACTMON support
Add device node for the ACTMON block to the Tegra124 device tree.
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/tegra124.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index 4be06c6ea0c8..f992557f2759 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi | |||
@@ -214,6 +214,17 @@ | |||
214 | reg = <0x0 0x60007000 0x0 0x1000>; | 214 | reg = <0x0 0x60007000 0x0 0x1000>; |
215 | }; | 215 | }; |
216 | 216 | ||
217 | actmon@0,6000c800 { | ||
218 | compatible = "nvidia,tegra124-actmon"; | ||
219 | reg = <0x0 0x6000c800 0x0 0x400>; | ||
220 | interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; | ||
221 | clocks = <&tegra_car TEGRA124_CLK_ACTMON>, | ||
222 | <&tegra_car TEGRA124_CLK_EMC>; | ||
223 | clock-names = "actmon", "emc"; | ||
224 | resets = <&tegra_car 119>; | ||
225 | reset-names = "actmon"; | ||
226 | }; | ||
227 | |||
217 | gpio: gpio@0,6000d000 { | 228 | gpio: gpio@0,6000d000 { |
218 | compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio"; | 229 | compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio"; |
219 | reg = <0x0 0x6000d000 0x0 0x1000>; | 230 | reg = <0x0 0x6000d000 0x0 0x1000>; |