[PATCH 2/5] arm64: tegra: Add actmon information
Johnny Liu
johnliu at nvidia.com
Mon Dec 9 17:25:46 UTC 2024
An activity monitor (actmon) is used to measure the device runtime
utilization to help drive software power management policies.
Configuration of actmon is under the host1x address space. Therefore,
add the actmon aperture under the host1x.
All unit actmons for host1x clients share the same actmon clock source
from host1x. Therefore, add the clock phandle in host1x.
Signed-off-by: Johnny Liu <johnliu at nvidia.com>
---
arch/arm64/boot/dts/nvidia/tegra234.dtsi | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/nvidia/tegra234.dtsi b/arch/arm64/boot/dts/nvidia/tegra234.dtsi
index f2e2d8d6845bf..dee12754b97de 100644
--- a/arch/arm64/boot/dts/nvidia/tegra234.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra234.dtsi
@@ -4311,8 +4311,9 @@ host1x at 13e00000 {
compatible = "nvidia,tegra234-host1x";
reg = <0x0 0x13e00000 0x0 0x10000>,
<0x0 0x13e10000 0x0 0x10000>,
- <0x0 0x13e40000 0x0 0x10000>;
- reg-names = "common", "hypervisor", "vm";
+ <0x0 0x13e40000 0x0 0x10000>,
+ <0x0 0x13ef0000 0x0 0x60000>;
+ reg-names = "common", "hypervisor", "vm", "actmon";
interrupts = <GIC_SPI 448 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 449 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 450 IRQ_TYPE_LEVEL_HIGH>,
@@ -4324,8 +4325,9 @@ host1x at 13e00000 {
<GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "syncpt0", "syncpt1", "syncpt2", "syncpt3", "syncpt4",
"syncpt5", "syncpt6", "syncpt7", "host1x";
- clocks = <&bpmp TEGRA234_CLK_HOST1X>;
- clock-names = "host1x";
+ clocks = <&bpmp TEGRA234_CLK_HOST1X>,
+ <&bpmp TEGRA234_CLK_ACTMON>;
+ clock-names = "host1x", "actmon";
#address-cells = <2>;
#size-cells = <2>;
--
2.34.1
More information about the dri-devel
mailing list