diff options
| author | Yassine Oudjana <[email protected]> | 2023-05-27 12:39:32 +0300 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-07-31 14:29:05 -0700 |
| commit | 434cb57732cd6b39c41a218f2e1dfddd5373fe1b (patch) | |
| tree | 96711f686830be0de9979f629cb736c3a9a373a7 | |
| parent | a47fa46187cc2621fa29c7b89ccd4b1efa07a1eb (diff) | |
dt-bindings: clock: qcom,msm8996-cbf: Add compatible for MSM8996 Pro
The CBF clock on MSM8996 Pro has a different divisor compared to MSM8996
and is therefore not fully compatible with it. Add a new compatible string
to differentiate between them.
Signed-off-by: Yassine Oudjana <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml b/Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml index 3ffe69d8cdd5..0dfbd8c4d465 100644 --- a/Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml @@ -15,7 +15,9 @@ description: > properties: compatible: - const: qcom,msm8996-cbf + enum: + - qcom,msm8996-cbf + - qcom,msm8996pro-cbf reg: maxItems: 1 |