mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
@@ -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";
|
||||
};
|
||||
...
|
||||
};
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user