Message ID | 20230703-topic-8280_videocc-v1-1-8959d4d0a93e@linaro.org |
---|---|
State | Accepted |
Commit | dfe488d99da728a1cea58ef7a4a5d97b89eb0413 |
Headers | show |
Series | Add SC8280XP videocc | expand |
On 03/07/2023 20:09, Konrad Dybcio wrote: > SC8280XP reuses the SM8350 video clock controller block, changing just a > couple tunables. Docuemnt it. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
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:
SC8280XP reuses the SM8350 video clock controller block, changing just a couple tunables. Docuemnt it. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Documentation/devicetree/bindings/clock/qcom,sm8350-videocc.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)