ARM: dts: msm: Add SPAD changes for Neo

Add SPAD node changes along with documentation changes in
qcom,llcc.txt for LLCC SPAD perfmon driver.

Change-Id: I6601c34adb36b60e82e023314106241d5d3ab948
This commit is contained in:
Aman Kanwar
2022-09-02 15:45:11 +05:30
parent 55e293ac53
commit 6f9508b04b
2 changed files with 22 additions and 0 deletions

View File

@@ -85,3 +85,21 @@ Example:
};
...
};
LLCC Performance Monitor SPAD
===
- compatible:
Usage: required
Value type: <string>
Definition: must be "qcom,llcc-perfom-spad"
Example:
cache-controller@1100000 {
...
llcc-perfmon-spad {
compatible = "qcom,llcc-perfmon-spad";
};
...
};

View File

@@ -657,6 +657,10 @@
clocks = <&aoss_qmp QDSS_CLK>;
clock-names = "qdss_clk";
};
llcc-perfmon-spad {
compatible = "qcom,llcc-perfmon-spad";
};
};
vendor_hooks: qcom,cpu-vendor-hooks {