Skip to content

Commit 8577a89

Browse files
clamor-sthierryreding
authored andcommitted
ARM: tegra: Add ACTMON node to Tegra114 device tree
Add support for ACTMON on Tegra114. This is used to monitor activity from different components. Based on the collected statistics, the rate at which the external memory needs to be clocked can be derived. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent f22416f commit 8577a89

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm/boot/dts/nvidia/tegra114.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,18 @@
312312
reg = <0x6000c000 0x150>;
313313
};
314314

315+
actmon: actmon@6000c800 {
316+
compatible = "nvidia,tegra114-actmon";
317+
reg = <0x6000c800 0x400>;
318+
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
319+
clocks = <&tegra_car TEGRA114_CLK_ACTMON>,
320+
<&tegra_car TEGRA114_CLK_EMC>;
321+
clock-names = "actmon", "emc";
322+
resets = <&tegra_car TEGRA114_CLK_ACTMON>;
323+
reset-names = "actmon";
324+
#cooling-cells = <2>;
325+
};
326+
315327
gpio: gpio@6000d000 {
316328
compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio";
317329
reg = <0x6000d000 0x1000>;

0 commit comments

Comments
 (0)