Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: Add ACTMON support on Tegra30

Add support for ACTMON on Tegra30. 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: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Dmitry Osipenko and committed by
Thierry Reding
1078946b de36d545

+11
+11
arch/arm/boot/dts/tegra30.dtsi
··· 370 370 reg = <0x6000c000 0x150>; /* AHB Arbitration + Gizmo Controller */ 371 371 }; 372 372 373 + actmon@6000c800 { 374 + compatible = "nvidia,tegra30-actmon"; 375 + reg = <0x6000c800 0x400>; 376 + interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; 377 + clocks = <&tegra_car TEGRA30_CLK_ACTMON>, 378 + <&tegra_car TEGRA30_CLK_EMC>; 379 + clock-names = "actmon", "emc"; 380 + resets = <&tegra_car TEGRA30_CLK_ACTMON>; 381 + reset-names = "actmon"; 382 + }; 383 + 373 384 gpio: gpio@6000d000 { 374 385 compatible = "nvidia,tegra30-gpio"; 375 386 reg = <0x6000d000 0x1000>;