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: clock: qcom,sm6115-dispcc: reference qcom,gcc.yaml

Just like most of Qualcomm clock controllers, we can reference common
qcom,gcc.yaml schema to unify the common parts of the binding.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240605-dt-bindings-qcom-gcc-v2-13-f947b24f1283@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
7b69a903 4ef61bcf

+4 -16
+4 -16
Documentation/devicetree/bindings/clock/qcom,sm6115-dispcc.yaml
··· 28 28 - description: Pixel clock from DSI PHY0 29 29 - description: GPLL0 DISP DIV clock from GCC 30 30 31 - '#clock-cells': 32 - const: 1 33 - 34 - '#reset-cells': 35 - const: 1 36 - 37 - '#power-domain-cells': 38 - const: 1 39 - 40 - reg: 41 - maxItems: 1 42 - 43 31 required: 44 32 - compatible 45 - - reg 46 33 - clocks 47 - - '#clock-cells' 48 - - '#reset-cells' 49 34 - '#power-domain-cells' 50 35 51 - additionalProperties: false 36 + allOf: 37 + - $ref: qcom,gcc.yaml# 38 + 39 + unevaluatedProperties: false 52 40 53 41 examples: 54 42 - |