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: Document Glymur LLCC block

Document the Last Level Cache Controller on Glymur SoC
Glymur LLCC has 12 base register regions and an additional AND, OR
broadcast region, total 14 register regions
Increase maxItems for reg and reg-names to allow 14 entries for Glymur

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251211-glymur_llcc_enablement-v3-1-43457b354b0d@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Pankaj Patil and committed by
Bjorn Andersson
bd0b8028 8f0b4cce

+45 -2
+45 -2
Documentation/devicetree/bindings/cache/qcom,llcc.yaml
··· 20 20 properties: 21 21 compatible: 22 22 enum: 23 + - qcom,glymur-llcc 23 24 - qcom,ipq5424-llcc 24 25 - qcom,kaanapali-llcc 25 26 - qcom,qcs615-llcc ··· 47 46 48 47 reg: 49 48 minItems: 1 50 - maxItems: 10 49 + maxItems: 14 51 50 52 51 reg-names: 53 52 minItems: 1 54 - maxItems: 10 53 + maxItems: 14 55 54 56 55 interrupts: 57 56 maxItems: 1 ··· 84 83 reg-names: 85 84 items: 86 85 - const: llcc0_base 86 + 87 + - if: 88 + properties: 89 + compatible: 90 + contains: 91 + enum: 92 + - qcom,glymur-llcc 93 + then: 94 + properties: 95 + reg: 96 + items: 97 + - description: LLCC0 base register region 98 + - description: LLCC1 base register region 99 + - description: LLCC2 base register region 100 + - description: LLCC3 base register region 101 + - description: LLCC4 base register region 102 + - description: LLCC5 base register region 103 + - description: LLCC6 base register region 104 + - description: LLCC7 base register region 105 + - description: LLCC8 base register region 106 + - description: LLCC9 base register region 107 + - description: LLCC10 base register region 108 + - description: LLCC11 base register region 109 + - description: LLCC broadcast base register region 110 + - description: LLCC broadcast AND register region 111 + reg-names: 112 + items: 113 + - const: llcc0_base 114 + - const: llcc1_base 115 + - const: llcc2_base 116 + - const: llcc3_base 117 + - const: llcc4_base 118 + - const: llcc5_base 119 + - const: llcc6_base 120 + - const: llcc7_base 121 + - const: llcc7_base 122 + - const: llcc8_base 123 + - const: llcc9_base 124 + - const: llcc10_base 125 + - const: llcc11_base 126 + - const: llcc_broadcast_base 127 + - const: llcc_broadcast_and_base 87 128 88 129 - if: 89 130 properties: