arm64: tegra: tegra210: Add actmon
This enables the action monitor to facilitate dynamic frequency scaling. Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
This commit is contained in:
@@ -503,6 +503,18 @@
|
|||||||
reg = <0x0 0x60007000 0x0 0x1000>;
|
reg = <0x0 0x60007000 0x0 0x1000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
actmon@6000c800 {
|
||||||
|
compatible = "nvidia,tegra210-actmon", "nvidia,tegra124-actmon";
|
||||||
|
reg = <0x0 0x6000c800 0x0 0x400>;
|
||||||
|
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&tegra_car TEGRA210_CLK_ACTMON>,
|
||||||
|
<&tegra_car TEGRA210_CLK_EMC>;
|
||||||
|
clock-names = "actmon", "emc";
|
||||||
|
resets = <&tegra_car 119>;
|
||||||
|
reset-names = "actmon";
|
||||||
|
#cooling-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
gpio: gpio@6000d000 {
|
gpio: gpio@6000d000 {
|
||||||
compatible = "nvidia,tegra210-gpio", "nvidia,tegra30-gpio";
|
compatible = "nvidia,tegra210-gpio", "nvidia,tegra30-gpio";
|
||||||
reg = <0x0 0x6000d000 0x0 0x1000>;
|
reg = <0x0 0x6000d000 0x0 0x1000>;
|
||||||
|
|||||||
Reference in New Issue
Block a user