Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: arm: add CTCU device for monaco

The CTCU device for monaco shares the same configurations as SA8775p. Add
a fallback to enable the CTCU for monaco to utilize the compitable of the
SA8775p.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20251103-enable-ctcu-for-monaco-v4-1-92ff83201584@oss.qualcomm.com

authored by

Jie Gan and committed by
Suzuki K Poulose
51cd1fb7 7009646d

+7 -2
+7 -2
Documentation/devicetree/bindings/arm/qcom,coresight-ctcu.yaml
··· 26 26 27 27 properties: 28 28 compatible: 29 - enum: 30 - - qcom,sa8775p-ctcu 29 + oneOf: 30 + - items: 31 + - enum: 32 + - qcom,qcs8300-ctcu 33 + - const: qcom,sa8775p-ctcu 34 + - enum: 35 + - qcom,sa8775p-ctcu 31 36 32 37 reg: 33 38 maxItems: 1