diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-07-31 22:21:32 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-08-01 00:15:44 +0300 |
commit | dfe488d99da728a1cea58ef7a4a5d97b89eb0413 (patch) | |
tree | 59070080bb6920767148729f9a872e3e7e940658 /Documentation/devicetree/bindings/clock/qcom,sm8350-videocc.yaml | |
parent | 20e1d75bc043c5ec1fd8f5169fde17db89eb11c3 (diff) | |
download | linux-dfe488d99da728a1cea58ef7a4a5d97b89eb0413.tar.xz |
dt-bindings: clock: qcom,sm8350-videocc: Add SC8280XP
SC8280XP reuses the SM8350 video clock controller block, changing just a
couple tunables. Docuemnt it.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230703-topic-8280_videocc-v2-1-c88269806269@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/qcom,sm8350-videocc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,sm8350-videocc.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8350-videocc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8350-videocc.yaml index 23505c8c3dbd..2114664978e1 100644 --- a/Documentation/devicetree/bindings/clock/qcom,sm8350-videocc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,sm8350-videocc.yaml @@ -19,7 +19,9 @@ description: | properties: compatible: - const: qcom,sm8350-videocc + enum: + - qcom,sc8280xp-videocc + - qcom,sm8350-videocc clocks: items: |