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: cache: qcom,llcc: Add SA8775p description

Add the cache controller compatible and register region descriptions for
SA8775p platform.

Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240529101534.3166507-2-quic_tengfan@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Tengfei Fan and committed by
Bjorn Andersson
f5dbad39 7ce966eb

+28
+28
Documentation/devicetree/bindings/cache/qcom,llcc.yaml
··· 21 21 compatible: 22 22 enum: 23 23 - qcom,qdu1000-llcc 24 + - qcom,sa8775p-llcc 24 25 - qcom,sc7180-llcc 25 26 - qcom,sc7280-llcc 26 27 - qcom,sc8180x-llcc ··· 79 78 reg-names: 80 79 items: 81 80 - const: llcc0_base 81 + - const: llcc_broadcast_base 82 + 83 + - if: 84 + properties: 85 + compatible: 86 + contains: 87 + enum: 88 + - qcom,sa8775p-llcc 89 + then: 90 + properties: 91 + reg: 92 + items: 93 + - description: LLCC0 base register region 94 + - description: LLCC1 base register region 95 + - description: LLCC2 base register region 96 + - description: LLCC3 base register region 97 + - description: LLCC4 base register region 98 + - description: LLCC5 base register region 99 + - description: LLCC broadcast base register region 100 + reg-names: 101 + items: 102 + - const: llcc0_base 103 + - const: llcc1_base 104 + - const: llcc2_base 105 + - const: llcc3_base 106 + - const: llcc4_base 107 + - const: llcc5_base 82 108 - const: llcc_broadcast_base 83 109 84 110 - if: