Add initial Adreno GPU devicetree files. Change-Id: I460cc1d37a49b2b92d55fd6426d51bcb629fcdf5 Signed-off-by: Hareesh Gundu <quic_hareeshg@quicinc.com>
17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
Adreno bus monitor device
|
|
|
|
kgsl-busmon is a pseudo device that represents a devfreq bus bandwidth
|
|
governor. If this device is present then two different governors are used
|
|
for GPU DCVS and bus DCVS.
|
|
|
|
Required properties:
|
|
- compatible: Must be "qcom,kgsl-busmon"
|
|
- label: Device name used for sysfs entry.
|
|
|
|
Example:
|
|
|
|
qcom,kgsl-busmon {
|
|
compatible = "qcom,kgsl-busmon";
|
|
label = "kgsl-busmon";
|
|
};
|